From 83de94f0339e10c5dc93c4cf8f0180f2e2f9ec73 Mon Sep 17 00:00:00 2001 From: Severin Kaderli Date: Mon, 24 Aug 2020 20:12:25 +0200 Subject: [PATCH] Adjust xorg configuration Signed-off-by: Severin Kaderli --- system/.config/X11/xinitrc | 3 +-- system/.config/X11/xresources | 6 ++++-- system/.config/X11/xsetup | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/system/.config/X11/xinitrc b/system/.config/X11/xinitrc index 894c627..9136aec 100644 --- a/system/.config/X11/xinitrc +++ b/system/.config/X11/xinitrc @@ -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" diff --git a/system/.config/X11/xresources b/system/.config/X11/xresources index 38c0b15..65a1a41 100644 --- a/system/.config/X11/xresources +++ b/system/.config/X11/xresources @@ -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 diff --git a/system/.config/X11/xsetup b/system/.config/X11/xsetup index 230a526..c40bfc0 100644 --- a/system/.config/X11/xsetup +++ b/system/.config/X11/xsetup @@ -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 &