feat: add compose key to ralt; adds lock shortcut and lock on lid switch

This commit is contained in:
Ahwx 2025-11-18 10:45:36 +01:00
parent 072efd4076
commit da55dac3d5

View file

@ -40,7 +40,7 @@
input = {
kb_layout = "us,jp";
kb_options = "caps:ctrl_modifier";
kb_options = "caps:ctrl_modifier,compose:ralt";
numlock_by_default = true;
follow_mouse = 1;
sensitivity = 0;
@ -171,6 +171,7 @@
"$mainMod, Space, togglefloating,"
"$mainMod, D, exec, bemenu-run -l 5 --ignorecase"
"SUPER SHIFT, L, exec, swaylock --image /home/${username}/.local/share/bg.png"
"SUPER, L, exec, swaylock --image /home/${username}/.local/share/bg.png"
"$mainMod, E, exec, thunar"
"$mainMod SHIFT, B, exec, pkill -SIGUSR1 .waybar-wrapped"
"$mainMod, C,exec, hyprpicker -a"
@ -269,6 +270,10 @@
"$mainMod, XF86MonBrightnessDown, exec, brightnessctl set 100%-"
];
bindl = [
",switch:[Lid Switch], exec, hyprlock"
];
# mouse binding
bindm = [
"$mainMod, mouse:272, movewindow"