diff options
| -rwxr-xr-x | .xsession##desktop.Linux.Lowe | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/.xsession##desktop.Linux.Lowe b/.xsession##desktop.Linux.Lowe new file mode 100755 index 0000000..166abc8 --- /dev/null +++ b/.xsession##desktop.Linux.Lowe | |||
| @@ -0,0 +1,33 @@ | |||
| 1 | #!/bin/sh | ||
| 2 | |||
| 3 | # | ||
| 4 | # ~/.xsession | ||
| 5 | # | ||
| 6 | # Executed by xdm/gdm/kdm at login | ||
| 7 | # | ||
| 8 | |||
| 9 | # disable screensaver, beep and power saving | ||
| 10 | xset -dpms & | ||
| 11 | xset s off & | ||
| 12 | xset -b & | ||
| 13 | |||
| 14 | # start the network manager, useful for vpns | ||
| 15 | nm-applet & | ||
| 16 | |||
| 17 | # removable media | ||
| 18 | udiskie --automount --file-manager thunar --tray --notify & | ||
| 19 | |||
| 20 | # set the wallpaper and other visuals | ||
| 21 | ~/.fehbg & | ||
| 22 | compton -b & | ||
| 23 | xsettingsd & | ||
| 24 | redshift-gtk & | ||
| 25 | |||
| 26 | # utilities | ||
| 27 | dropbox & | ||
| 28 | copyq & | ||
| 29 | conky --daemonize -c ~/.config/conky/conky.conf & | ||
| 30 | conky --daemonize -c ~/.config/conky/task.conf & | ||
| 31 | |||
| 32 | # 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 & | ||
