diff options
author | Yigit Sever | 2019-03-22 18:20:17 +0300 |
---|---|---|
committer | Yigit Sever | 2019-03-22 18:20:17 +0300 |
commit | bea7c0bbc4ea2da7fa512ed69412a0f3197fb85e (patch) | |
tree | b9cc6e3a4d55e553be51e215c724a9987cba81f1 /.xsession##mobile.Linux.Luchs | |
parent | c4248a629cdab30d1efbc44b22a9aa7fe2d82e6f (diff) | |
download | dotfiles-bea7c0bbc4ea2da7fa512ed69412a0f3197fb85e.tar.gz dotfiles-bea7c0bbc4ea2da7fa512ed69412a0f3197fb85e.tar.bz2 dotfiles-bea7c0bbc4ea2da7fa512ed69412a0f3197fb85e.zip |
Mobile related various changes
Diffstat (limited to '.xsession##mobile.Linux.Luchs')
-rwxr-xr-x | .xsession##mobile.Linux.Luchs | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/.xsession##mobile.Linux.Luchs b/.xsession##mobile.Linux.Luchs index 7454fc9..1a98b97 100755 --- a/.xsession##mobile.Linux.Luchs +++ b/.xsession##mobile.Linux.Luchs | |||
@@ -5,32 +5,3 @@ | |||
5 | # | 5 | # |
6 | # Executed by xdm/gdm/kdm at login | 6 | # Executed by xdm/gdm/kdm at login |
7 | # | 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 | clight | ||
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 & | ||
34 | |||
35 | xinput set-prop "ELAN1200:00 04F3:3045 Touchpad" "libinput Natural Scrolling Enabled" 1 & | ||
36 | xinput set-prop "ELAN1200:00 04F3:3045 Touchpad" "libinput Tapping Enabled" 1 & | ||