Skip to content
Snippets Groups Projects
Commit 3a4adb29 authored by Jan Hensel's avatar Jan Hensel
Browse files

i3/sway: Add keyboard layout

parent 1a91b21a
No related branches found
No related tags found
No related merge requests found
......@@ -278,6 +278,11 @@ bindsym $mod+c exec alacritty -e python3
#bindsym $mod+i exec xinput --disable "SynPS/2 Synaptics TouchPad"
#bindsym $mod+shift+i exec xinput --enable "SynPS/2 Synaptics TouchPad"
input "type:keyboard" {
xkb_layout de
xkb_variant nodeadkeys
}
#bindsym XF86AudioPlay exec ~/scripts/micmutetoggle.sh
bindsym XF86AudioMicMute exec ~/scripts/micmutetoggle.sh
bindsym $mod+m exec ~/scripts/micmutetoggle.sh
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment