sway: more window configs, keybind for docked script
This commit is contained in:
parent
c3c47e66e1
commit
133cff438c
|
@ -13,17 +13,20 @@ assign [app_id="^firefox$"] 1
|
|||
assign [app_id="^claws-mail$"] 2
|
||||
assign [app_id="^nheko$"] 2
|
||||
assign [class="^Supersonic$"] 4
|
||||
assign [app_id="^transmission-remote-gtk$"] 5
|
||||
assign [app_id="^transmission-remote-gtk$" title="^Transmission Remote$"] 5
|
||||
assign [app_id="^Aseprite$"] 6
|
||||
assign [app_id="^org.kde.digikam$"] 6
|
||||
assign [app_id="^org.inkscape.Inkscape$"] 6
|
||||
assign [app_id="^minigalaxy$"] 8
|
||||
assign [class="^steam"] 8
|
||||
assign [class="^dolphin-emu$"] 8
|
||||
|
||||
for_window [app_id="_scratchpad$"] move scratchpad
|
||||
|
||||
for_window [app_id="^claws-mail$" title="^Error$"] floating enable
|
||||
for_window [app_id="^feather$" title="^Password"] floating enable
|
||||
for_window [app_id="^zenity$" title="^Steam setup$"] floating enable
|
||||
|
||||
for_window [app_id="^org.kde.kid3-qt$" title="^LYRICS$"] resize set height 600
|
||||
|
||||
input type:keyboard {
|
||||
|
|
|
@ -141,5 +141,6 @@ bindsym --release XF86MonBrightnessUp exec --no-startup-id light -A 5
|
|||
bindsym XF86AudioLowerVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ -5%
|
||||
bindsym XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ +5%
|
||||
bindsym --release XF86AudioMute exec --no-startup-id pactl set-sink-mute @DEFAULT_SINK@ toggle
|
||||
bindsym --release XF86Display exec --no-startup-id sway_docked
|
||||
|
||||
# vim: set ft=swayconfig: -*- mode: i3wm-config; -*-
|
||||
|
|
Loading…
Reference in New Issue
Block a user