1
0
Fork 0
mirror of https://git.sr.ht/~roxwize/.dotfiles synced 2025-05-01 03:09:32 +00:00
This commit is contained in:
Rae 5e 2024-12-29 22:03:33 -05:00
parent dfce24df7c
commit 0fa4fa69b4
5 changed files with 16 additions and 6 deletions

View file

@ -1,3 +1,3 @@
hsetroot -cover ~/.dotfiles/assets/wallpapers/current
xcompmgr &
polybar top &
polybar top 2>/tmp/polybar-log.txt &

View file

@ -95,6 +95,11 @@
<mousebind button="A-Right" action="Drag">
<action name="Resize"/>
</mousebind>
<mousebind button="A-Middle" action="Click">
<action name="ShowMenu">
<menu>root</menu>
</action>
</mousebind>
</context>
<context name="Titlebar">
@ -157,7 +162,7 @@
</context>
<context name="Root">
<mousebind button="Right" action="Click">
<mousebind button="Middle" action="Click">
<action name="ShowMenu">
<menu>root</menu>
</action>