summaryrefslogtreecommitdiffstats
path: root/.xsession##desktop.Linux.Lowe
diff options
context:
space:
mode:
authorYigit Sever2019-03-26 12:37:47 +0300
committerYigit Sever2019-03-26 12:37:47 +0300
commite9120444fbd265f319619c036c1da19bb57cd5e5 (patch)
tree5a1a0ff5b0d73b7880d73bafaceca72873089b17 /.xsession##desktop.Linux.Lowe
parent49b852554b1a7676deb6505039c7494d3fc7f792 (diff)
downloaddotfiles-e9120444fbd265f319619c036c1da19bb57cd5e5.tar.gz
dotfiles-e9120444fbd265f319619c036c1da19bb57cd5e5.tar.bz2
dotfiles-e9120444fbd265f319619c036c1da19bb57cd5e5.zip
Run unclutter on startup
Diffstat (limited to '.xsession##desktop.Linux.Lowe')
-rwxr-xr-x.xsession##desktop.Linux.Lowe1
1 files changed, 1 insertions, 0 deletions
diff --git a/.xsession##desktop.Linux.Lowe b/.xsession##desktop.Linux.Lowe
index 166abc8..5ca1fa9 100755
--- a/.xsession##desktop.Linux.Lowe
+++ b/.xsession##desktop.Linux.Lowe
@@ -28,6 +28,7 @@ dropbox &
28copyq & 28copyq &
29conky --daemonize -c ~/.config/conky/conky.conf & 29conky --daemonize -c ~/.config/conky/conky.conf &
30conky --daemonize -c ~/.config/conky/task.conf & 30conky --daemonize -c ~/.config/conky/task.conf &
31unclutter --timeout 3 --jitter 3 -b &
31 32
32# keyboard with alt+shift us,tr switch, map escape to capslock 33# keyboard with alt+shift us,tr switch, map escape to capslock
33setxkbmap -model pc105 -layout us,tr -option grp:alt_shift_toggle,caps:swapescape & 34setxkbmap -model pc105 -layout us,tr -option grp:alt_shift_toggle,caps:swapescape &