about summary refs log tree commit diff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/.bash_logout7
-rw-r--r--debian/.profile2
-rw-r--r--debian/.xinitrc9
3 files changed, 5 insertions, 13 deletions
diff --git a/debian/.bash_logout b/debian/.bash_logout
deleted file mode 100644
index de4f5f7..0000000
--- a/debian/.bash_logout
+++ /dev/null
@@ -1,7 +0,0 @@
-# ~/.bash_logout: executed by bash(1) when login shell exits.
-
-# when leaving the console clear the screen to increase privacy
-
-if [ "$SHLVL" = 1 ]; then
-    [ -x /usr/bin/clear_console ] && /usr/bin/clear_console -q
-fi
diff --git a/debian/.profile b/debian/.profile
index caf2bc0..18894f4 100644
--- a/debian/.profile
+++ b/debian/.profile
@@ -20,7 +20,7 @@ PATH="$HOME/.local/bin:$HOME/.local/share/go/bin:$PATH"
 export MANPATH="$HOME/.local/share/man:$MANPATH"
 export GOPATH="$HOME/.local/share/go"
 export XMODIFIERS=@im=ibus
-export WEBKIT_DISABLE_COMPOSITING_MODE=1
+#export WEBKIT_DISABLE_COMPOSITING_MODE=1
 export NLTK_DATA="$HOME/Sources/nlp/nltk_data"
 
 # OPAM configuration
diff --git a/debian/.xinitrc b/debian/.xinitrc
index e897a24..41c3414 100644
--- a/debian/.xinitrc
+++ b/debian/.xinitrc
@@ -2,12 +2,11 @@
 cd $HOME
 xrdb -merge ~/.Xresources
 setxkbmap -option caps:ctrl_modifier
-xrandr --output VGA-0 --mode 1600x900 --primary --right-of LVDS
-synclient TapButton1=1 VertEdgeScroll=1 HorizEdgeScroll=1 VertTwoFingerScroll=0
-keynav &
-redshift-gtk &
+xrandr --output DP-1 --mode 1600x900 --primary --right-of eDP-1
+redshift-gtk -l 21.028333:105.854167 &
+mate-power-manager &
 ibus-daemon -drx
-connman-ui-gtk &
+nm-applet &
 clipit &
 exec awesome
 cd -