testing xrandr reso and starting conky in xinit

master
Tom Weber 2 years ago
parent dc350e830f
commit 26ce5bb212

@ -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

@ -31,7 +31,7 @@
'Active' - where the active window is -->
</placement>
<theme>
<name>Clia</name>
<name>everforest-gtk</name>
<titleLayout>LIMC</titleLayout>
<!-- available characters are NDSLIMC, each can occur at most once. N: window icon L: window label (AKA title). I: iconify M: maximize C: close S: shade (roll up/down) D: omnipresent (on all desktops). -->
<keepBorder>yes</keepBorder>
@ -316,6 +316,11 @@
<menu>client-menu</menu>
</action>
</keybind>
<keybind key="W-Return">
<action name="Execute">
<command>kitty </command>
</action>
</keybind>
<keybind key="W-space">
<action name="Execute">
<command>rofi -theme everforest -font "hack 24" -show run </command>
@ -324,11 +329,6 @@
<keybind key="W-t">
<action name="ToggleDecorations"/>
</keybind>
<keybind key="W-S-r">
<action name="Execute">
<command>bash -c '~/.config/openbox/visual-mode/mode-toggle just_ui; openbox --reconfigure'</command>
</action>
</keybind>
<keybind key="W-f">
<action name="ToggleFullscreen"/>
</keybind>

@ -1,4 +1,6 @@
xset -dpms s off
setxkbmap us
conky -c ~/.config/conky/Zavijava/Zavijava.conf
exec openbox-session

Loading…
Cancel
Save