diff options
author | Yigit Sever | 2019-11-12 12:32:18 +0300 |
---|---|---|
committer | Yigit Sever | 2019-11-12 12:32:18 +0300 |
commit | 5c9555170906e69a6ad01568d928f0da8e7da4b8 (patch) | |
tree | 2cfbf6d5a0fa9f9ace9e7cc70c68da4fb94bea8d | |
parent | eb3bee1cbb2733094fa3522a93b94eeb1d16e8d4 (diff) | |
download | dotfiles-5c9555170906e69a6ad01568d928f0da8e7da4b8.tar.gz dotfiles-5c9555170906e69a6ad01568d928f0da8e7da4b8.tar.bz2 dotfiles-5c9555170906e69a6ad01568d928f0da8e7da4b8.zip |
Work colemak layout
-rwxr-xr-x | .xsession##desktop.Linux.Lowe | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.xsession##desktop.Linux.Lowe b/.xsession##desktop.Linux.Lowe index ed73924..38f3d75 100755 --- a/.xsession##desktop.Linux.Lowe +++ b/.xsession##desktop.Linux.Lowe | |||
@@ -31,7 +31,8 @@ copyq & | |||
31 | unclutter --timeout 3 --jitter 3 -b & | 31 | unclutter --timeout 3 --jitter 3 -b & |
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 | setxkbmap -model pc105 -layout us,us,tr -variant ,colemak, -option grp:alt_shift_toggle,caps:swapescape & | 34 | setxkbmap -model pc105 -layout us,us,tr -variant ,colemak, -option grp:alt_shift_toggle,caps:backspace & |
35 | xcape -e 'Control_L=Escape' | ||
35 | 36 | ||
36 | # bind the local port to overseer | 37 | # bind the local port to overseer |
37 | ssh -N -f -L 127.0.0.1:53589:yigitsever.bike:53589 overseer | 38 | ssh -N -f -L 127.0.0.1:53589:yigitsever.bike:53589 overseer |