summaryrefslogtreecommitdiffstats
path: root/.config/i3
diff options
context:
space:
mode:
authorYigit Sever2019-11-12 17:40:46 +0300
committerYigit Sever2019-11-12 17:40:46 +0300
commit8f09be492556b80b298676c0d5e34f48904e7ba1 (patch)
tree85378f9679d01b331f5f9f987c46aac9f0a9f0f4 /.config/i3
parent92501434441abc97d58a89f1f3ccc17dfdbeb6d5 (diff)
downloaddotfiles-8f09be492556b80b298676c0d5e34f48904e7ba1.tar.gz
dotfiles-8f09be492556b80b298676c0d5e34f48904e7ba1.tar.bz2
dotfiles-8f09be492556b80b298676c0d5e34f48904e7ba1.zip
Mobile colemak changes
diffstat (limited to '.config/i3')
-rw-r--r--.config/i3/config##desktop.Linux.Lowe2
-rw-r--r--.config/i3/config##mobile.Linux.Luchs3
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
43bindsym $mod+Shift+i exec --no-startup-id ~/bin/in 43bindsym $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)
46bindcode $mod+35 exec --no-startup-id "setxkbmap -model pc105 -layout us,tr -option grp:alt_shift_toggle,caps:swapescape" 46bindcode $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
49bindsym Print exec flameshot gui 49bindsym 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
34exec --no-startup-id setxkbmap -model pc105 -layout us,tr -option grp:alt_shift_toggle,caps:swapescape & 34exec --no-startup-id setxkbmap -model pc105 -layout us,us,tr -variant ,colemak, -option grp:alt_shift_toggle,caps:backspace &
35exec --no-startup-id xcape -e 'Control_L=Escape'
35 36
36exec --no-startup-id xinput set-prop "ELAN1200:00 04F3:3045 Touchpad" "libinput Natural Scrolling Enabled" 1 & 37exec --no-startup-id xinput set-prop "ELAN1200:00 04F3:3045 Touchpad" "libinput Natural Scrolling Enabled" 1 &
37exec --no-startup-id xinput set-prop "ELAN1200:00 04F3:3045 Touchpad" "libinput Tapping Enabled" 1 & 38exec --no-startup-id xinput set-prop "ELAN1200:00 04F3:3045 Touchpad" "libinput Tapping Enabled" 1 &