Adjust xorg configuration

Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
Severin Kaderli 2020-08-24 20:12:25 +02:00
parent 1349596f94
commit 83de94f033
Signed by: severinkaderli
GPG key ID: F419F8835B72F0C4
3 changed files with 6 additions and 5 deletions

View file

@ -23,10 +23,9 @@ else
fi
# Load different i3 configuration depending on if it's a work computer.
LOCAL_I3_CONFIG="${XDG_CONFIG_HOME}/i3/config.private"
if [ "${IS_WORK}" = "1" ]; then
LOCAL_I3_CONFIG="${XDG_CONFIG_HOME}/i3/config.work"
else
LOCAL_I3_CONFIG="${XDG_CONFIG_HOME}/i3/config.private"
fi
cat "${I3_SCREEN_CONFIG}" "${XDG_CONFIG_HOME}/i3/config.base" "${LOCAL_I3_CONFIG}" > "${XDG_CONFIG_HOME}/i3/config"

View file

@ -20,9 +20,11 @@ rofi.color-active: #080808, #80cbc4, #080808, #394249, #80cbc4
rofi.color-urgent: #080808, #ff1844, #080808, #394249, #ff1844
rofi.seperator-style: solid
rofi.opacity: 100
rofi.location: 2
rofi.yoffset: 35
rofi.location: 3
rofi.xoffset: -10
rofi.yoffset: 45
rofi.fixed-num-lines: false
rofi.width: 25
Sxiv.background: #000000

View file

@ -22,7 +22,7 @@ setxkbmap -model pc105 -layout ch
numlockx &
# Start applications
compton -b --experimental-backends &
picom -b --experimental-backends &
nm-applet &
redshift-gtk &
sxhkd &