Hyprland: relative workspace binds only for open

Add bind to open thunar (in files workspace)
This commit is contained in:
Evie Litherland-Smith 2024-03-15 16:09:08 +00:00
parent fe11f5f0ae
commit d0360aa1d5

View file

@ -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"