Hypr, fix workspace bug, add xonsh for scripts
This commit is contained in:
parent
0352e8e4d3
commit
92211cc1be
2 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue