mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 06:50:14 +01:00
feat: add compose key to ralt; adds lock shortcut and lock on lid switch
This commit is contained in:
parent
072efd4076
commit
da55dac3d5
1 changed files with 6 additions and 1 deletions
|
|
@ -40,7 +40,7 @@
|
||||||
|
|
||||||
input = {
|
input = {
|
||||||
kb_layout = "us,jp";
|
kb_layout = "us,jp";
|
||||||
kb_options = "caps:ctrl_modifier";
|
kb_options = "caps:ctrl_modifier,compose:ralt";
|
||||||
numlock_by_default = true;
|
numlock_by_default = true;
|
||||||
follow_mouse = 1;
|
follow_mouse = 1;
|
||||||
sensitivity = 0;
|
sensitivity = 0;
|
||||||
|
|
@ -171,6 +171,7 @@
|
||||||
"$mainMod, Space, togglefloating,"
|
"$mainMod, Space, togglefloating,"
|
||||||
"$mainMod, D, exec, bemenu-run -l 5 --ignorecase"
|
"$mainMod, D, exec, bemenu-run -l 5 --ignorecase"
|
||||||
"SUPER SHIFT, L, exec, swaylock --image /home/${username}/.local/share/bg.png"
|
"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, E, exec, thunar"
|
||||||
"$mainMod SHIFT, B, exec, pkill -SIGUSR1 .waybar-wrapped"
|
"$mainMod SHIFT, B, exec, pkill -SIGUSR1 .waybar-wrapped"
|
||||||
"$mainMod, C,exec, hyprpicker -a"
|
"$mainMod, C,exec, hyprpicker -a"
|
||||||
|
|
@ -269,6 +270,10 @@
|
||||||
"$mainMod, XF86MonBrightnessDown, exec, brightnessctl set 100%-"
|
"$mainMod, XF86MonBrightnessDown, exec, brightnessctl set 100%-"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
bindl = [
|
||||||
|
",switch:[Lid Switch], exec, hyprlock"
|
||||||
|
];
|
||||||
|
|
||||||
# mouse binding
|
# mouse binding
|
||||||
bindm = [
|
bindm = [
|
||||||
"$mainMod, mouse:272, movewindow"
|
"$mainMod, mouse:272, movewindow"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue