Tweak hyprland binds
This commit is contained in:
parent
5080734829
commit
e227dd5f24
1 changed files with 4 additions and 2 deletions
|
@ -111,6 +111,8 @@ in
|
|||
bind = $mod_SHIFT,F,exec,${powerMenu}
|
||||
bind = $mod,L,exec,${swaylockcmd}
|
||||
|
||||
bind = $mod_SHIFT,K,pin
|
||||
|
||||
bind = $mod,Print,exec,${pkgs.grim}/bin/grim
|
||||
bind = $mod_SHIFT,Print,exec,${pkgs.grim}/bin/grim | ${pkgs.wl-clipboard}/bin/wl-copy -t image/png -f
|
||||
|
||||
|
@ -125,8 +127,8 @@ in
|
|||
bind = $mod,N,changegroupactive,b
|
||||
bind = $mod,O,changegroupactive,f
|
||||
|
||||
bindm = ALT,mouse:272,movewindow
|
||||
bindm = ALT,mouse:273,resizewindow
|
||||
bindm = $mod,mouse:272,movewindow
|
||||
bindm = $mod,mouse:273,resizewindow
|
||||
|
||||
windowrulev2 = workspace 1,class:^(firefox)$
|
||||
windowrulev2 = workspace 2,class:^(foot)$
|
||||
|
|
Loading…
Reference in a new issue