diff options
Diffstat (limited to '.xsession##desktop.Linux.Lowe')
-rwxr-xr-x | .xsession##desktop.Linux.Lowe | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.xsession##desktop.Linux.Lowe b/.xsession##desktop.Linux.Lowe index 5ca1fa9..f6f1fd9 100755 --- a/.xsession##desktop.Linux.Lowe +++ b/.xsession##desktop.Linux.Lowe | |||
@@ -24,7 +24,7 @@ xsettingsd & | |||
24 | redshift-gtk & | 24 | redshift-gtk & |
25 | 25 | ||
26 | # utilities | 26 | # utilities |
27 | dropbox & | 27 | nextcloud & |
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 & |
@@ -32,3 +32,6 @@ unclutter --timeout 3 --jitter 3 -b & | |||
32 | 32 | ||
33 | # keyboard with alt+shift us,tr switch, map escape to capslock | 33 | # keyboard with alt+shift us,tr switch, map escape to capslock |
34 | 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 & |
35 | |||
36 | # bind the local port to overseer | ||
37 | ssh -N -f -L 127.0.0.1:53589:yigitsever.bike:53589 overseer | ||