diff options
| author | Mitchell Riedstra <mitch@riedstra.dev> | 2024-01-22 19:35:09 -0500 |
|---|---|---|
| committer | Mitchell Riedstra <mitch@riedstra.dev> | 2024-01-22 19:35:09 -0500 |
| commit | 76196f760716990ee239a2455ce62b07425e0540 (patch) | |
| tree | 078377431376608a623b09486f3445c7be3e1d8b /waylandrc | |
| download | rivercfg-76196f760716990ee239a2455ce62b07425e0540.tar.gz rivercfg-76196f760716990ee239a2455ce62b07425e0540.tar.xz | |
Initial
Diffstat (limited to 'waylandrc')
| -rwxr-xr-x | waylandrc | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/waylandrc b/waylandrc new file mode 100755 index 0000000..e82b0d1 --- /dev/null +++ b/waylandrc @@ -0,0 +1,16 @@ +#!/bin/sh +# removes window outlines and stuff +export QT_WAYLAND_DISABLE_WINDOWDECORATION=1 +# Firefox fix just in case +export MOZ_ENABLE_WAYLAND=1 + +# If Chromium dialogs aren't working these are suspect +# pacman -S xdg-desktop-portal-wlr +export XDG_CURRENT_DESKTOP=river + +export QT_QPA_PLATFORMTHEME=qt5ct +. ~/.kshrc + +export BEMENU_OPTS="--fn 'IBM 3270 14' --tb '#3B4252' --tf '#8FBCBB' --cf '#E5E9F0' --nb '#2e3440' --ab '#3b4252' --nf '#e5e9f0' --af '#e5e9f0' --fb '#2e3440' --ff '#a3be8c' --hb '#2e3440' --hf '#a3be8c' " + +exec river |
