Hyprland: relative workspace binds only for open
Add bind to open thunar (in files workspace)
This commit is contained in:
parent
fe11f5f0ae
commit
d0360aa1d5
|
@ -277,8 +277,9 @@
|
|||
|
||||
# Common program shortcuts
|
||||
"SUPER, Return, exec, ${alacritty.package}/bin/alacritty"
|
||||
"SUPER, E, exec, [workspace 1 silent] ${emacs.finalPackage}/bin/emacsclient -c"
|
||||
"SUPER, E, exec, ${emacs.finalPackage}/bin/emacsclient -c"
|
||||
"SUPER, W, exec, [workspace 2 silent] ${pkgs.firefox}/bin/firefox"
|
||||
"SUPER, T, exec, [workspace 3 silent] ${pkgs.thunar}/bin/thunar"
|
||||
|
||||
# Rofi binds
|
||||
"SUPER, Space, exec, pkill rofi || ${rofi.finalPackage}/bin/rofi -show drun"
|
||||
|
@ -316,9 +317,9 @@
|
|||
"SUPER SHIFT, J, movewindow, d"
|
||||
|
||||
# Special workspaces
|
||||
"SUPER, comma, workspace, r-1"
|
||||
"SUPER, comma, workspace, m-1"
|
||||
"SUPER SHIFT, comma, movetoworkspace, r-1"
|
||||
"SUPER, period, workspace, r+1"
|
||||
"SUPER, period, workspace, m+1"
|
||||
"SUPER SHIFT, period, movetoworkspace, r+1"
|
||||
"SUPER, N, workspace, empty"
|
||||
"SUPER SHIFT, N, movetoworkspace, empty"
|
||||
|
|
Loading…
Reference in a new issue