chore: added hyprland default workspace
chore: added multi keyboardlayout
This commit is contained in:
parent
f1b8fb4a1e
commit
b3b7b5dda2
|
@ -7,8 +7,8 @@ MOD: TAGS: pkgs:
|
|||
|
||||
input {
|
||||
sensitivity = 0
|
||||
kb_layout = de
|
||||
kb_variant = bone
|
||||
kb_layout = de,de
|
||||
kb_variant = bone,
|
||||
repeat_rate = 60
|
||||
repeat_delay = 235
|
||||
# Only change focus on mouse click
|
||||
|
@ -65,6 +65,8 @@ MOD: TAGS: pkgs:
|
|||
bind=${MOD},t,exec,kitty
|
||||
bind=${MOD} + SHIFT,Escape,exit
|
||||
|
||||
workspace = eDP-1, 42
|
||||
|
||||
exec-once=bash -c "waybar >/tmp/waybar_error.log"
|
||||
''
|
||||
+ builtins.concatStringsSep "\n" (map (
|
||||
|
|
Loading…
Reference in a new issue