diff options
Diffstat (limited to '.xsession##h.lowe')
-rwxr-xr-x | .xsession##h.lowe | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/.xsession##h.lowe b/.xsession##h.lowe index 93055e3..38c45b7 100755 --- a/.xsession##h.lowe +++ b/.xsession##h.lowe | |||
@@ -10,29 +10,3 @@ | |||
10 | xset -dpms & | 10 | xset -dpms & |
11 | xset s off & | 11 | xset s off & |
12 | xset -b & | 12 | xset -b & |
13 | |||
14 | # start the network manager, useful for vpns, not on work though | ||
15 | nm-applet & | ||
16 | |||
17 | # removable media | ||
18 | udiskie --automount --file-manager pcmanfm --tray --notify & | ||
19 | |||
20 | # set the wallpaper and other visuals | ||
21 | ~/.fehbg & | ||
22 | compton -b & | ||
23 | xsettingsd & | ||
24 | redshift-gtk & | ||
25 | |||
26 | # utilities | ||
27 | nextcloud & | ||
28 | copyq & | ||
29 | #conky --daemonize -c ~/.config/conky/conky.conf & | ||
30 | #conky --daemonize -c ~/.config/conky/task.conf & | ||
31 | unclutter --timeout 3 --jitter 3 -b & | ||
32 | |||
33 | # keyboard with alt+shift us,tr switch, map escape to capslock | ||
34 | setxkbmap -model pc105 -layout us,us,tr -variant ,colemak, -option grp:alt_shift_toggle,caps:backspace & | ||
35 | xcape -e 'Control_L=Escape' | ||
36 | |||
37 | # bind the local port to overseer | ||
38 | ssh -N -f -L 127.0.0.1:53589:yigitsever.bike:53589 overseer | ||