diff options
author | Yigit Sever | 2019-11-12 17:40:46 +0300 |
---|---|---|
committer | Yigit Sever | 2019-11-12 17:40:46 +0300 |
commit | 8f09be492556b80b298676c0d5e34f48904e7ba1 (patch) | |
tree | 85378f9679d01b331f5f9f987c46aac9f0a9f0f4 | |
parent | 92501434441abc97d58a89f1f3ccc17dfdbeb6d5 (diff) | |
download | dotfiles-8f09be492556b80b298676c0d5e34f48904e7ba1.tar.gz dotfiles-8f09be492556b80b298676c0d5e34f48904e7ba1.tar.bz2 dotfiles-8f09be492556b80b298676c0d5e34f48904e7ba1.zip |
Mobile colemak changes
-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 & |