summaryrefslogtreecommitdiffstats
path: root/.xsession##mobile.Linux.Luchs
diff options
context:
space:
mode:
Diffstat (limited to '.xsession##mobile.Linux.Luchs')
-rwxr-xr-x.xsession##mobile.Linux.Luchs36
1 files changed, 36 insertions, 0 deletions
diff --git a/.xsession##mobile.Linux.Luchs b/.xsession##mobile.Linux.Luchs
new file mode 100755
index 0000000..7454fc9
--- /dev/null
+++ b/.xsession##mobile.Linux.Luchs
@@ -0,0 +1,36 @@
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
15nm-applet &
16
17# removable media
18udiskie --automount --file-manager thunar --tray --notify &
19
20# set the wallpaper and other visuals
21~/.fehbg &
22compton -b &
23xsettingsd &
24clight
25
26# utilities
27dropbox &
28copyq &
29conky --daemonize -c ~/.config/conky/conky.conf &
30conky --daemonize -c ~/.config/conky/task.conf &
31
32# keyboard with alt+shift us,tr switch, map escape to capslock
33setxkbmap -model pc105 -layout us,tr -option grp:alt_shift_toggle,caps:swapescape &
34
35xinput set-prop "ELAN1200:00 04F3:3045 Touchpad" "libinput Natural Scrolling Enabled" 1 &
36xinput set-prop "ELAN1200:00 04F3:3045 Touchpad" "libinput Tapping Enabled" 1 &