summaryrefslogtreecommitdiffstats
path: root/.xsession##c.desktop,h.Lowe
blob: 38f3d75ca9b911300b5ecb1aed8d39f5ac679da6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
#!/bin/sh

#
# ~/.xsession
#
# Executed by xdm/gdm/kdm at login
#

# disable screensaver, beep and power saving
xset -dpms &
xset s off &
xset -b &

# start the network manager, useful for vpns, not on work though
# nm-applet &

# removable media
udiskie --automount --file-manager pcmanfm --tray --notify &

# set the wallpaper and other visuals
~/.fehbg &
compton -b &
xsettingsd &
redshift-gtk &

# utilities
nextcloud &
copyq &
#conky --daemonize -c ~/.config/conky/conky.conf &
#conky --daemonize -c ~/.config/conky/task.conf &
unclutter --timeout 3 --jitter 3 -b &

# keyboard with alt+shift us,tr switch, map escape to capslock
setxkbmap -model pc105 -layout us,us,tr -variant ,colemak, -option grp:alt_shift_toggle,caps:backspace &
xcape -e 'Control_L=Escape'

# bind the local port to overseer
ssh -N -f -L 127.0.0.1:53589:yigitsever.bike:53589 overseer