diff options
author | Yigit Sever | 2019-11-07 23:47:08 +0300 |
---|---|---|
committer | Yigit Sever | 2019-11-07 23:47:08 +0300 |
commit | 23f728220c581cfdff9c8c3cf1726e8c775f7291 (patch) | |
tree | 58cbe3057a4ca8382e1d4045ebaf270267ca3f4a /.config/i3 | |
parent | eb3bee1cbb2733094fa3522a93b94eeb1d16e8d4 (diff) | |
download | dotfiles-23f728220c581cfdff9c8c3cf1726e8c775f7291.tar.gz dotfiles-23f728220c581cfdff9c8c3cf1726e8c775f7291.tar.bz2 dotfiles-23f728220c581cfdff9c8c3cf1726e8c775f7291.zip |
Home colemak setup
Diffstat (limited to '.config/i3')
-rw-r--r-- | .config/i3/config##desktop.Linux.Maus | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.config/i3/config##desktop.Linux.Maus b/.config/i3/config##desktop.Linux.Maus index fa68ba0..3451ae4 100644 --- a/.config/i3/config##desktop.Linux.Maus +++ b/.config/i3/config##desktop.Linux.Maus | |||
@@ -21,7 +21,10 @@ exec --no-startup-id nm-applet & | |||
21 | exec --no-startup-id xrandr --output DVI-D-0 --off --output HDMI-0 --mode 1920x1080 --pos 0x0 --rotate left --output DVI-I-1 --primary --mode 1920x1080 --pos 1132x608 --rotate normal --output DVI-I-0 --off --output DP-1 --off --output DP-0 --off & | 21 | exec --no-startup-id xrandr --output DVI-D-0 --off --output HDMI-0 --mode 1920x1080 --pos 0x0 --rotate left --output DVI-I-1 --primary --mode 1920x1080 --pos 1132x608 --rotate normal --output DVI-I-0 --off --output DP-1 --off --output DP-0 --off & |
22 | 22 | ||
23 | # swap caps lock and escape, set keyboard layout | 23 | # swap caps lock and escape, set keyboard layout |
24 | exec --no-startup-id setxkbmap -model pc105 -layout us,us,tr -variant ,colemak, -option grp:alt_shift_toggle,caps:swapescape | 24 | exec --no-startup-id setxkbmap -model pc105 -layout us,us,tr -variant ,colemak, -option grp:alt_shift_toggle,caps:backspace |
25 | |||
26 | # and ctrl to escape | ||
27 | exec --no-startup-id xcape -e 'Control_L=Escape' | ||
25 | 28 | ||
26 | #launch conky windows | 29 | #launch conky windows |
27 | exec --no-startup-id conky --daemonize -c ~/.config/conky/conky.conf | 30 | exec --no-startup-id conky --daemonize -c ~/.config/conky/conky.conf |