summaryrefslogtreecommitdiffstats
path: root/.xsession##c.desktop,h.Lowe
diff options
context:
space:
mode:
Diffstat (limited to '.xsession##c.desktop,h.Lowe')
-rwxr-xr-x.xsession##c.desktop,h.Lowe38
1 files changed, 0 insertions, 38 deletions
diff --git a/.xsession##c.desktop,h.Lowe b/.xsession##c.desktop,h.Lowe
deleted file mode 100755
index 93055e3..0000000
--- a/.xsession##c.desktop,h.Lowe
+++ /dev/null
@@ -1,38 +0,0 @@
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