From 5e4996f3d3415405af5b05d58cd0b448c8273f85 Mon Sep 17 00:00:00 2001 From: Yigit Sever Date: Mon, 18 Mar 2019 15:30:14 +0300 Subject: Track xsession --- .xsession##desktop.Linux.Lowe | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100755 .xsession##desktop.Linux.Lowe diff --git a/.xsession##desktop.Linux.Lowe b/.xsession##desktop.Linux.Lowe new file mode 100755 index 0000000..166abc8 --- /dev/null +++ b/.xsession##desktop.Linux.Lowe @@ -0,0 +1,33 @@ +#!/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 +nm-applet & + +# removable media +udiskie --automount --file-manager thunar --tray --notify & + +# set the wallpaper and other visuals +~/.fehbg & +compton -b & +xsettingsd & +redshift-gtk & + +# utilities +dropbox & +copyq & +conky --daemonize -c ~/.config/conky/conky.conf & +conky --daemonize -c ~/.config/conky/task.conf & + +# keyboard with alt+shift us,tr switch, map escape to capslock +setxkbmap -model pc105 -layout us,tr -option grp:alt_shift_toggle,caps:swapescape & -- cgit v1.2.3-70-g09d2