Merge branch 'master' of ssh://ssh.nx2.site:50022/nx2/dotfiles

This commit is contained in:
Lennart J. Kurzweg (Nx2)
2026-03-03 16:48:04 +01:00
8 changed files with 85 additions and 26 deletions

View File

@@ -19,15 +19,16 @@
};
in {
home.packages = with pkgs; [
xdg-desktop-portal-hyprland
grim
hyprcursor
hypridle
hyprland-protocols
hyprlock
hypridle
hyprshot
hyprpicker
hyprcursor
grim
hyprshade
hyprshot
slurp
xdg-desktop-portal-hyprland
];
@@ -290,7 +291,7 @@ in {
"center, title:^(terminal-file-picker)$"
"size 80% 80%, title:^(terminal-file-picker)$"
"size 30% 30%, initialTitle:^(Select Calendar)$"
# "size 30% 30%, initialTitle:^(Select Calendar)$"
];
@@ -425,6 +426,8 @@ in {
# "SUPER, B, exec, bitwarden"
"SUPER, N, togglesplit"
# "SUPER, M, exec, /home/nx2/scripts/meme-full-screen/meme-full-screen.sh "
''SUPER, M, exec, sh -c "hyprshade on $(find ${hyper.home}/.config/hypr/shaders -type f | sed -E 's-.*shaders/(.+)\.glsl-\1-g' | rofi -dmenu)"''
"SUPER Shift, M, exec, hyprshade off"
# "SUPER, comma, exec, /home/nx2/scripts/change-language.sh"
"SUPER, ., exec, echo key x:Prior | dotool"
"SUPER, -, exec, echo key x:Next | dotool"