Re-enabled shadows for picom

This commit is contained in:
davidovki 2023-03-19 13:25:11 +00:00
parent 33fb893a31
commit afffca4dd8
5 changed files with 29 additions and 95 deletions

View file

@ -1,3 +1,3 @@
#!/bin/sh
GAP=32; bspc config window_gap | grep -q $GAP && bspc config window_gap 0 || bspc config window_gap $GAP
GAP=40; bspc config window_gap | grep -q $GAP && bspc config window_gap 0 || bspc config window_gap $GAP