diff options
author | Nguyễn Gia Phong <vn.mcsinyx@gmail.com> | 2018-10-18 11:28:50 +0700 |
---|---|---|
committer | Nguyễn Gia Phong <vn.mcsinyx@gmail.com> | 2018-10-18 11:28:50 +0700 |
commit | 82b783b648ae615f7f3f3eb45b41c7dabadf9511 (patch) | |
tree | 596559bd37b7e352cbd42228f02f444b4d5a0924 /debian | |
parent | 0460b6676c99d076bd716ce1046ca3e08c166aed (diff) | |
download | dotfiles-82b783b648ae615f7f3f3eb45b41c7dabadf9511.tar.gz |
Update 2018-10-18
Diffstat (limited to 'debian')
-rw-r--r-- | debian/.bash_logout | 7 | ||||
-rw-r--r-- | debian/.profile | 2 | ||||
-rw-r--r-- | debian/.xinitrc | 9 |
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 - |