aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xi3/bin/setbg-texample1
-rw-r--r--system/.xsessionrc5
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
-