From 26ce5bb212bc151300f6d9b531e3302e2c7b6b27 Mon Sep 17 00:00:00 2001 From: Tom Weber Date: Wed, 2 Nov 2022 16:13:33 +0100 Subject: [PATCH] testing xrandr reso and starting conky in xinit --- .config/openbox/autostart | 2 +- .config/openbox/rc.xml | 12 ++++++------ .xinitrc | 2 ++ 3 files changed, 9 insertions(+), 7 deletions(-) diff --git a/.config/openbox/autostart b/.config/openbox/autostart index 74e0844..074166a 100644 --- a/.config/openbox/autostart +++ b/.config/openbox/autostart @@ -22,4 +22,4 @@ elif [ -x "/usr/libexec/polkit-gnome-authentication-agent-1" ]; then /usr/libexec/polkit-gnome-authentication-agent-1 2>/dev/null & fi -~/.config/conky/Zavijava/start.sh +xrandr -s 1920x1080 diff --git a/.config/openbox/rc.xml b/.config/openbox/rc.xml index 430c443..40f1681 100644 --- a/.config/openbox/rc.xml +++ b/.config/openbox/rc.xml @@ -31,7 +31,7 @@ 'Active' - where the active window is --> - Clia + everforest-gtk LIMC yes @@ -316,6 +316,11 @@ client-menu + + + kitty + + rofi -theme everforest -font "hack 24" -show run @@ -324,11 +329,6 @@ - - - bash -c '~/.config/openbox/visual-mode/mode-toggle just_ui; openbox --reconfigure' - - diff --git a/.xinitrc b/.xinitrc index 29d1ee2..d95bc8d 100644 --- a/.xinitrc +++ b/.xinitrc @@ -1,4 +1,6 @@ xset -dpms s off setxkbmap us +conky -c ~/.config/conky/Zavijava/Zavijava.conf exec openbox-session +