diff options
author | Yigit Sever | 2019-03-26 12:37:47 +0300 |
---|---|---|
committer | Yigit Sever | 2019-03-26 12:37:47 +0300 |
commit | e9120444fbd265f319619c036c1da19bb57cd5e5 (patch) | |
tree | 5a1a0ff5b0d73b7880d73bafaceca72873089b17 /.xsession##desktop.Linux.Lowe | |
parent | 49b852554b1a7676deb6505039c7494d3fc7f792 (diff) | |
download | dotfiles-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.Lowe | 1 |
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 & | |||
28 | copyq & | 28 | copyq & |
29 | conky --daemonize -c ~/.config/conky/conky.conf & | 29 | conky --daemonize -c ~/.config/conky/conky.conf & |
30 | conky --daemonize -c ~/.config/conky/task.conf & | 30 | conky --daemonize -c ~/.config/conky/task.conf & |
31 | unclutter --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 |
33 | setxkbmap -model pc105 -layout us,tr -option grp:alt_shift_toggle,caps:swapescape & | 34 | setxkbmap -model pc105 -layout us,tr -option grp:alt_shift_toggle,caps:swapescape & |