mirror of
https://github.com/elenapan/dotfiles.git
synced 2025-12-26 15:14:58 +08:00
Add more sway window rules
This commit is contained in:
parent
2a2bd3b3ab
commit
4d753a7ba1
3 changed files with 5 additions and 1 deletions
|
|
@ -77,6 +77,7 @@ for_window {
|
|||
[app_id="^htop$"] title_format $icon_pre"$x2">$icon_post
|
||||
[app_id="^btop$"] title_format $icon_pre"$x2">$icon_post
|
||||
[class="^Sxiv$"] title_format $icon_pre"$x1">$icon_post
|
||||
[class="^Nsxiv$"] title_format $icon_pre"$x1">$icon_post
|
||||
[app_id="^nemo$"] title_format $icon_pre"$x3">$icon_post
|
||||
[app_id="^pavucontrol$"] title_format $icon_pre"$x4">$icon_post
|
||||
[app_id="^scratchpad$"] title_format $icon_pre"$x1">$icon_post
|
||||
|
|
@ -98,6 +99,7 @@ for_window {
|
|||
[class="^Emacs$"] title_format $icon_pre"$x2">$icon_post
|
||||
[app_id="^gucharmap$"] title_format $icon_pre"$x2">$icon_post
|
||||
[class="^Gimp$"] title_format $icon_pre"$x4">$icon_post
|
||||
[app_id="^[gG]imp$"] title_format $icon_pre"$x4">$icon_post
|
||||
[class="^steam$"] title_format $icon_pre"$x2">$icon_post
|
||||
[app_id="^deluge$"] title_format $icon_pre"$x1">$icon_post
|
||||
[app_id="^chrome-open.spotify.com__-Default$"] title_format $icon_pre"$x2">$icon_post
|
||||
|
|
|
|||
|
|
@ -200,9 +200,10 @@ assign {
|
|||
# >> 6: Image, audio and video editing
|
||||
[app_id="com.github.maoschanz.drawing"] $ws6
|
||||
[class="^Gimp$"] $ws6
|
||||
[app_id="^Gimp$"] $ws6
|
||||
[app_id="^[gG]imp$"] $ws6
|
||||
[app_id="gimp-2.99"] $ws6
|
||||
[class="audacity"] $ws6
|
||||
[app_id="audacity"] $ws6
|
||||
[app_id="Inkscape"] $ws6
|
||||
[app_id="org.kde.kdenlive"] $ws6
|
||||
|
||||
|
|
|
|||
|
|
@ -7,6 +7,7 @@ i3 = i3ipc.Connection()
|
|||
# english layout on focus
|
||||
force_english_layout = {
|
||||
'Sxiv': True,
|
||||
'Nsxiv': True,
|
||||
'mpv': True,
|
||||
'htop': True,
|
||||
'btop': True,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue