diff options
Diffstat (limited to '')
-rw-r--r-- | .config/env | 1 | ||||
-rw-r--r-- | .config/x11/xinitrc | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/.config/env b/.config/env index 25a1d5c..f0a228c 100644 --- a/.config/env +++ b/.config/env @@ -115,6 +115,7 @@ export NNN_PREVIEWVIDEO='tct' export NNN_ICONLOOKUP=0 export NNN_PLUG='t:joe_fzfcd;p:-preview-tui;s:-!gdu -s;f:-fzopen;c:-joe_clipper;d:-joe_dragdrop;q:-joe_cmusq' export RUSTFLAGS='-L /usr/local/lib' +export WEBKIT_DISABLE_COMPOSITING_MODE=1 export WWW_HOME='https://start.duckduckgo.com/' export YTFZF_HIST='0' diff --git a/.config/x11/xinitrc b/.config/x11/xinitrc index 49b44d1..34b985e 100644 --- a/.config/x11/xinitrc +++ b/.config/x11/xinitrc @@ -64,6 +64,7 @@ dunst_shit [ $host = "po-rbo" ] && startif picom xset s off xset -dpms +[ $host = "mother" ] && hc 85 30 0 pkill wireplumber pkill pipewire-pulse pkill pipewire |