mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
feat: move to swaylock; adds jp layout
This commit is contained in:
parent
e0702f65ad
commit
b386c6655a
1 changed files with 3 additions and 3 deletions
|
|
@ -101,8 +101,8 @@
|
||||||
];
|
];
|
||||||
|
|
||||||
input = {
|
input = {
|
||||||
kb_options = "caps:ctrl_modifier";
|
kb_layout = "us,jp";
|
||||||
kb_layout = "us";
|
kb_options = "caps:ctrl_modifier" "grp:caps_toggle";
|
||||||
numlock_by_default = true;
|
numlock_by_default = true;
|
||||||
follow_mouse = 1;
|
follow_mouse = 1;
|
||||||
sensitivity = 0;
|
sensitivity = 0;
|
||||||
|
|
@ -217,7 +217,7 @@
|
||||||
"$mainMod, F, fullscreen, 0" # set 1 to 0 to set full screen without waybar
|
"$mainMod, F, fullscreen, 0" # set 1 to 0 to set full screen without waybar
|
||||||
"$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, hyprlock"
|
"SUPER SHIFT, L, exec, swaylock"
|
||||||
"$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"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue