diff options
| -rw-r--r-- | config/openbox/rc-templ.xml | 4 | ||||
| -rw-r--r-- | config/picom.conf | 3 | ||||
| -rw-r--r-- | config/zls.json | 4 |
3 files changed, 8 insertions, 3 deletions
diff --git a/config/openbox/rc-templ.xml b/config/openbox/rc-templ.xml index 7e4238f..9155040 100644 --- a/config/openbox/rc-templ.xml +++ b/config/openbox/rc-templ.xml @@ -440,9 +440,7 @@ <action name="Unshade"/> </mousebind> <mousebind button="Middle" action="Press"> - <action name="Lower"/> - <action name="FocusToBottom"/> - <action name="Unfocus"/> + <action name="Close"/> </mousebind> <mousebind button="Right" action="Press"> <action name="Focus"/> diff --git a/config/picom.conf b/config/picom.conf new file mode 100644 index 0000000..ae79c55 --- /dev/null +++ b/config/picom.conf @@ -0,0 +1,3 @@ +vsync = false; +unredir-if-possible = true; +backend = "glx"; diff --git a/config/zls.json b/config/zls.json new file mode 100644 index 0000000..c6eeade --- /dev/null +++ b/config/zls.json @@ -0,0 +1,4 @@ +{ + "enable_build_on_save": true, + "build_on_save_step": "check" +} |
