hypr: changed binds

This commit is contained in:
kenji
2025-07-16 09:49:58 -05:00
parent 7cec25fdb9
commit c9b98978fa
2 changed files with 5 additions and 14 deletions
+4 -14
View File
@@ -4,18 +4,8 @@
...
}: {
wayland.windowManager.hyprland.settings = {
# Define your Super key (Mod) here, typically Super_L for the left Super key
# If you use the right Super key, you might want Super_R
# If you just use 'Super' it usually means either.
# $mod = Super;
# Note: I'm assuming 'Super' is your $mod key based on your binds.
# If it's not defined elsewhere in your Hyprland config, you might need to add:
# "$mod = Super;" to your Hyprland environment or options.
exec = [
"hyprctl dispatch submap global" # This line might need to be elsewhere if it's a global exec command, not a keybind.
# For now, it's just text in the original context.
"hyprctl dispatch submap global"
];
submap = [
@@ -73,8 +63,8 @@
[
# Misc
"Control+Alt, Delete, exec, caelestia:session"
"$mod, MINUS, global, caelestia:showall"
"$mod, PLUS, global, caelestia:lock"
"$mod ALT, A, global, caelestia:showall"
"$mod ALT, L, global, caelestia:lock"
# Restore lock - these are `bindl` in your original, but `exec` should be fine here.
# However, `bindl` is typically for a *release* event. If `caelestia shell -d` is a daemon,
@@ -101,7 +91,7 @@
"$mod SHIFT, C, exec, hyprpicker -a" # Colour picker
# Sleep
"$mod SHIFT, L, exec, systemctl suspend-then-hibernate"
"$mod SHIFT, PRINT, exec, systemctl suspend-then-hibernate"
# Clipboard and emoji picker
"$mod, V, exec, pkill fuzzel || caelestia clipboard"
+1
View File
@@ -15,6 +15,7 @@ in {
];
home.packages = with pkgs; [
inputs.quickshell.packages.${system}.default
grim
foot
hyprpicker
qalculate-qt