Replace missing pavucontrol, fix nx rules
This commit is contained in:
parent
bf63458b2e
commit
91061f23fe
|
@ -36,8 +36,8 @@ in {
|
||||||
grim
|
grim
|
||||||
slurp
|
slurp
|
||||||
swayimg
|
swayimg
|
||||||
playerctl
|
|
||||||
pamixer
|
pamixer
|
||||||
|
pavucontrol
|
||||||
playerctl
|
playerctl
|
||||||
brightnessctl
|
brightnessctl
|
||||||
];
|
];
|
||||||
|
|
|
@ -160,8 +160,9 @@ bind = SUPER, R, moveworkspacetomonitor, name:remote current
|
||||||
bind = SUPER, R, workspace, name:remote
|
bind = SUPER, R, workspace, name:remote
|
||||||
bind = SUPER SHIFT, R, movetoworkspace, name:remote
|
bind = SUPER SHIFT, R, movetoworkspace, name:remote
|
||||||
windowrule = workspace name:remote,(Nxplayer.bin)
|
windowrule = workspace name:remote,(Nxplayer.bin)
|
||||||
windowrulev2 = float,class:(Nxplayer.bin),title:^(NoMachine)$
|
windowrule = nofullscreenrequest,(Nxplayer.bin)
|
||||||
# windowrulev2 = nofloat,class:(Nxplayer.bin),title:^(NoMachine).+$
|
windowrule = nomaximizerequest,(Nxplayer.bin)
|
||||||
|
windowrule = maximize,(Nxplayer.bin)
|
||||||
|
|
||||||
# Numbered workspaces
|
# Numbered workspaces
|
||||||
bind = SUPER, 1, workspace, 1
|
bind = SUPER, 1, workspace, 1
|
||||||
|
|
Loading…
Reference in a new issue