Back to grouping NoMachine windows, add rofi-pass insert mode bind
This commit is contained in:
parent
268769f1e4
commit
e10504da0e
|
@ -86,6 +86,7 @@ in ''
|
|||
bind = SUPER, tab, exec, rofi -replace -show window
|
||||
bind = SUPER, P, exec, pkill rofi || rofi-pass
|
||||
bind = SUPER SHIFT, P, exec, pkill rofi || rofi-pass --last-used
|
||||
bind = SUPER ALT, P, exec, pkill rofi || rofi-pass --insert
|
||||
bind = SUPER, X, exec, ${pkgs.mako}/bin/makoctl restore
|
||||
bind = SUPER SHIFT, X, exec, ${pkgs.mako}/bin/makoctl dismiss -a
|
||||
|
||||
|
@ -140,8 +141,7 @@ in ''
|
|||
windowrule = nofullscreenrequest, ^(libreoffice).*
|
||||
windowrule = nofullscreenrequest,(Nxplayer.bin)
|
||||
windowrule = nomaximizerequest,(Nxplayer.bin)
|
||||
# windowrule = group set always,(Nxplayer.bin)
|
||||
windowrule = pseudo,(Nxplayer.bin)
|
||||
windowrule = group set always,(Nxplayer.bin)
|
||||
windowrulev2 = float,title:(Open),class:(soffice)
|
||||
windowrulev2 = float,title:(Friends List),class:(steam)
|
||||
windowrulev2 = float,title:(Steam Settings),class:(steam)
|
||||
|
|
Loading…
Reference in a new issue