diff options
author | Camil Staps | 2017-03-28 23:44:49 +0200 |
---|---|---|
committer | Camil Staps | 2017-03-28 23:44:49 +0200 |
commit | 3ce9b77150d5c9a943fac923b493a2c1f50b5fe4 (patch) | |
tree | 2786c87f358e8c856e0d1fcd387f3077fad2ef43 | |
parent | Fix cloogle_stats.py (diff) |
Remove unused keyboard layout; added parcellite
-rwxr-xr-x | i3/bin/setbg-texample | 1 | ||||
-rw-r--r-- | system/.xsessionrc | 5 |
2 files changed, 3 insertions, 3 deletions
diff --git a/i3/bin/setbg-texample b/i3/bin/setbg-texample index b8fc463..bda60e2 100755 --- a/i3/bin/setbg-texample +++ b/i3/bin/setbg-texample @@ -45,4 +45,3 @@ rm /tmp/bg{,-src}.png if [ $? -ne 0 ]; then fail; fi feh -B white --bg-max "/tmp/bg-$PAGE.png" - diff --git a/system/.xsessionrc b/system/.xsessionrc index 5b20582..aa5ca92 100644 --- a/system/.xsessionrc +++ b/system/.xsessionrc @@ -22,8 +22,9 @@ export SSH_AUTH_SOCK # enable gpg-agent for ssh xrdb ~/.Xresources -setxkbmap "us(intl),us(dvorak-intl),ru(phonetic),il(biblicalSIL)" -option grp:shift_caps_toggle +setxkbmap "us(intl),ru(phonetic),il(biblicalSIL)" -option grp:shift_caps_toggle + +parcellite & # WM exec /etc/alternatives/x-window-manager - |