Add rule to make swayimg float, add bind to launch floating terminal
This commit is contained in:
parent
ce7c6ec582
commit
3113a139fd
|
@ -93,6 +93,7 @@ in ''
|
|||
# Common program shortcuts
|
||||
bind = SUPER, Space, exec, rofi -replace -show combi
|
||||
bind = SUPER, Return, exec, alacritty
|
||||
bind = SUPER SHIFT, Return, exec, [float] alacritty
|
||||
|
||||
# Misc useful binds
|
||||
bind=,Print,exec,grim -g "$(slurp)"
|
||||
|
@ -137,6 +138,7 @@ in ''
|
|||
windowrule = float,(pavucontrol|.blueman-manager-wrapped|nm-connection-editor|thunar)
|
||||
windowrule = size 800 600,(pavucontrol|.blueman-manager-wrapped|nm-connection-editor|thunar)
|
||||
windowrule = move onscreen 100%-820 60,(pavucontrol|.blueman-manager-wrapped|nm-connection-editor)
|
||||
windowrule = float,(swayimg)(.*)
|
||||
windowrule = nomaximizerequest,(libreoffice|soffice)(.*)
|
||||
windowrule = nofullscreenrequest, (libreoffice|soffice)(.*)
|
||||
windowrule = nofullscreenrequest,(org.remmina.Remmina|Nxplayer.bin)
|
||||
|
|
Loading…
Reference in a new issue