Hypr, fix workspace bug, add xonsh for scripts

This commit is contained in:
Julia Lange 2024-04-16 04:39:03 -07:00
parent 0352e8e4d3
commit 92211cc1be
2 changed files with 2 additions and 1 deletions

View file

@ -32,6 +32,7 @@ let rootPath = ./.; in
hyprpicker # Colorpicker, needed for screenshot tool hyprpicker # Colorpicker, needed for screenshot tool
hyprcursor # Hyprland cursor hyprcursor # Hyprland cursor
inputs.hyprland-contrib.packages.${pkgs.system}.grimblast # Screenshot tool inputs.hyprland-contrib.packages.${pkgs.system}.grimblast # Screenshot tool
xonsh
polkit-kde-agent # Polkit handler polkit-kde-agent # Polkit handler
]; ];
# Hyprland screenshot tool # Hyprland screenshot tool

View file

@ -39,7 +39,7 @@ bind = $mainMod SHIFT, F, fullscreen,
bind = $mainMod SHIFT, 1, movetoworkspacesilent, name:home bind = $mainMod SHIFT, 1, movetoworkspacesilent, name:home
bind = $mainMod SHIFT, 2, movetoworkspacesilent, name:web bind = $mainMod SHIFT, 2, movetoworkspacesilent, name:web
bind = $mainMod SHIFT, 3, movetoworkspacesilent, name:med bind = $mainMod SHIFT, 3, movetoworkspacesilent, name:med
bind = $mainMod SHIFT, 4, movetoworkspacesilent, name:misc bind = $mainMod SHIFT, 4, movetoworkspacesilent, name:game
bind = $mainMod SHIFT, _, movetoworkspacesilent, name:hell bind = $mainMod SHIFT, _, movetoworkspacesilent, name:hell
bind = $mainMod SHIFT, TAB, movetoworkspacesilent, r-1 bind = $mainMod SHIFT, TAB, movetoworkspacesilent, r-1