Modified some binds
All checks were successful
Check config / build (push) Successful in 47s

This commit is contained in:
Alexandre 2026-07-02 14:19:40 +02:00
parent c0c40e4bc4
commit e134d73fa3

View File

@ -29,7 +29,10 @@
"Mod+Return".spawn-sh = lib.getExe pkgs.kitty;
"Mod+R".spawn = [ "wofi" "--show" "drun"];
"Mod+Q".close-window = {};
"Mod+Shift+F".spawn = [ "zen" ];
"Mod+Shift+R".spawn = [ "zen" ];
#Window managment
"Mod+Shift+F".fullscreen-window = {};
"Mod+Shift+L".show-hotkey-overlay = {};