diff options
-rw-r--r-- | .config/i3/config##desktop.Linux.Lowe | 2 | ||||
-rw-r--r-- | .config/i3/config##mobile.Linux.Luchs | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/.config/i3/config##desktop.Linux.Lowe b/.config/i3/config##desktop.Linux.Lowe index 6cb2d4c..30692e1 100644 --- a/.config/i3/config##desktop.Linux.Lowe +++ b/.config/i3/config##desktop.Linux.Lowe | |||
@@ -43,7 +43,7 @@ bindsym $mod+Shift+t exec --no-startup-id ~/bin/td | |||
43 | bindsym $mod+Shift+i exec --no-startup-id ~/bin/in | 43 | bindsym $mod+Shift+i exec --no-startup-id ~/bin/in |
44 | 44 | ||
45 | # swap caps lock and escape, set keyboard layout, 35 is ]/ü (layout agnostic) | 45 | # swap caps lock and escape, set keyboard layout, 35 is ]/ü (layout agnostic) |
46 | bindcode $mod+35 exec --no-startup-id "setxkbmap -model pc105 -layout us,tr -option grp:alt_shift_toggle,caps:swapescape" | 46 | bindcode $mod+35 exec --no-startup-id "setxkbmap -model pc105 -layout us,us,tr -variant ,colemak, -option grp:alt_shift_toggle,caps:backspace" |
47 | 47 | ||
48 | # use flameshot with print screen | 48 | # use flameshot with print screen |
49 | bindsym Print exec flameshot gui | 49 | bindsym Print exec flameshot gui |
diff --git a/.config/i3/config##mobile.Linux.Luchs b/.config/i3/config##mobile.Linux.Luchs index fa3a7c1..37ab3a5 100644 --- a/.config/i3/config##mobile.Linux.Luchs +++ b/.config/i3/config##mobile.Linux.Luchs | |||
@@ -31,7 +31,8 @@ exec --no-startup-id copyq & | |||
31 | # exec --no-startup-id conky --daemonize -c ~/.config/conky/task.conf & | 31 | # exec --no-startup-id conky --daemonize -c ~/.config/conky/task.conf & |
32 | 32 | ||
33 | # keyboard with alt+shift us,tr switch, map escape to capslock | 33 | # keyboard with alt+shift us,tr switch, map escape to capslock |
34 | exec --no-startup-id setxkbmap -model pc105 -layout us,tr -option grp:alt_shift_toggle,caps:swapescape & | 34 | exec --no-startup-id setxkbmap -model pc105 -layout us,us,tr -variant ,colemak, -option grp:alt_shift_toggle,caps:backspace & |
35 | exec --no-startup-id xcape -e 'Control_L=Escape' | ||
35 | 36 | ||
36 | exec --no-startup-id xinput set-prop "ELAN1200:00 04F3:3045 Touchpad" "libinput Natural Scrolling Enabled" 1 & | 37 | exec --no-startup-id xinput set-prop "ELAN1200:00 04F3:3045 Touchpad" "libinput Natural Scrolling Enabled" 1 & |
37 | exec --no-startup-id xinput set-prop "ELAN1200:00 04F3:3045 Touchpad" "libinput Tapping Enabled" 1 & | 38 | exec --no-startup-id xinput set-prop "ELAN1200:00 04F3:3045 Touchpad" "libinput Tapping Enabled" 1 & |