summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authornavewindre <boneyaard@gmail.com>2024-11-03 06:32:39 +0100
committernavewindre <boneyaard@gmail.com>2024-11-03 06:32:39 +0100
commit113dbbcd147c2bf5315f5c171eb719effa406bd1 (patch)
tree4002f3f7ab887a915b668d848a5c2dabdfb349b6 /config
parent8a076f1b6dc52c0ebe991bd8287e6086ec92fe64 (diff)
a
Diffstat (limited to 'config')
-rw-r--r--config/openbox/rc-templ.xml4
-rw-r--r--config/picom.conf3
-rw-r--r--config/zls.json4
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"
+}