Add $TERMINAL variable for use with termite
This commit is contained in:
parent
569209e764
commit
27e06db39b
5
.xinitrc
5
.xinitrc
|
@ -37,7 +37,7 @@ xautolock -time 30 -locker 'i3lock -b -d -c 000000 -e -f' &
|
|||
|
||||
if [ "$(hostname)" == "dtarchaio" ]; then
|
||||
# Set HDMI1 to be right of eDP1
|
||||
xrandr --output eDP1 --primary --mode 1920x1080 --pos 0x0 --output HDMI1 --mode 1680x1050 --pos 1920x0
|
||||
xrandr --output eDP1 --auto --output HDMI1 --right-of eDP1
|
||||
# Set the bell to be different from Matt's
|
||||
xset b 75 750 50
|
||||
# Set Touchscreen to only work on main display
|
||||
|
@ -47,6 +47,9 @@ fi
|
|||
# If numlockx is installed, activate it
|
||||
[ -s /usr/bin/numlockx ] && numlockx on
|
||||
|
||||
# Set termite up to launch tmux on $mod+Enter in i3
|
||||
export TERMINAL=~/.config/i3/launch-termite.sh
|
||||
|
||||
|
||||
session=${1:-i3}
|
||||
|
||||
|
|
Loading…
Reference in New Issue