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 & /usr/libexec/polkit-gnome-authentication-agent-1 2>/dev/null &
fi fi
~/.config/conky/Zavijava/start.sh xrandr -s 1920x1080

@ -31,7 +31,7 @@
'Active' - where the active window is --> 'Active' - where the active window is -->
</placement> </placement>
<theme> <theme>
<name>Clia</name> <name>everforest-gtk</name>
<titleLayout>LIMC</titleLayout> <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). --> <!-- 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> <keepBorder>yes</keepBorder>
@ -316,6 +316,11 @@
<menu>client-menu</menu> <menu>client-menu</menu>
</action> </action>
</keybind> </keybind>
<keybind key="W-Return">
<action name="Execute">
<command>kitty </command>
</action>
</keybind>
<keybind key="W-space"> <keybind key="W-space">
<action name="Execute"> <action name="Execute">
<command>rofi -theme everforest -font "hack 24" -show run </command> <command>rofi -theme everforest -font "hack 24" -show run </command>
@ -324,11 +329,6 @@
<keybind key="W-t"> <keybind key="W-t">
<action name="ToggleDecorations"/> <action name="ToggleDecorations"/>
</keybind> </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"> <keybind key="W-f">
<action name="ToggleFullscreen"/> <action name="ToggleFullscreen"/>
</keybind> </keybind>

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

Loading…
Cancel
Save