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