hypr: changed binds
This commit is contained in:
@@ -4,18 +4,8 @@
|
|||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
wayland.windowManager.hyprland.settings = {
|
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 = [
|
exec = [
|
||||||
"hyprctl dispatch submap global" # This line might need to be elsewhere if it's a global exec command, not a keybind.
|
"hyprctl dispatch submap global"
|
||||||
# For now, it's just text in the original context.
|
|
||||||
];
|
];
|
||||||
|
|
||||||
submap = [
|
submap = [
|
||||||
@@ -73,8 +63,8 @@
|
|||||||
[
|
[
|
||||||
# Misc
|
# Misc
|
||||||
"Control+Alt, Delete, exec, caelestia:session"
|
"Control+Alt, Delete, exec, caelestia:session"
|
||||||
"$mod, MINUS, global, caelestia:showall"
|
"$mod ALT, A, global, caelestia:showall"
|
||||||
"$mod, PLUS, global, caelestia:lock"
|
"$mod ALT, L, global, caelestia:lock"
|
||||||
|
|
||||||
# Restore lock - these are `bindl` in your original, but `exec` should be fine here.
|
# 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,
|
# 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
|
"$mod SHIFT, C, exec, hyprpicker -a" # Colour picker
|
||||||
|
|
||||||
# Sleep
|
# Sleep
|
||||||
"$mod SHIFT, L, exec, systemctl suspend-then-hibernate"
|
"$mod SHIFT, PRINT, exec, systemctl suspend-then-hibernate"
|
||||||
|
|
||||||
# Clipboard and emoji picker
|
# Clipboard and emoji picker
|
||||||
"$mod, V, exec, pkill fuzzel || caelestia clipboard"
|
"$mod, V, exec, pkill fuzzel || caelestia clipboard"
|
||||||
|
|||||||
@@ -15,6 +15,7 @@ in {
|
|||||||
];
|
];
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
inputs.quickshell.packages.${system}.default
|
inputs.quickshell.packages.${system}.default
|
||||||
|
grim
|
||||||
foot
|
foot
|
||||||
hyprpicker
|
hyprpicker
|
||||||
qalculate-qt
|
qalculate-qt
|
||||||
|
|||||||
Reference in New Issue
Block a user