aboutsummaryrefslogtreecommitdiff
path: root/wayland-basics/dot-config
diff options
context:
space:
mode:
Diffstat (limited to 'wayland-basics/dot-config')
-rw-r--r--wayland-basics/dot-config/environment.d/wayland.conf2
-rw-r--r--wayland-basics/dot-config/mako/config10
-rw-r--r--wayland-basics/dot-config/wireplumber/wireplumber.conf.d/disable-bluetooth.conf6
3 files changed, 13 insertions, 5 deletions
diff --git a/wayland-basics/dot-config/environment.d/wayland.conf b/wayland-basics/dot-config/environment.d/wayland.conf
index e55cd48..016d8a8 100644
--- a/wayland-basics/dot-config/environment.d/wayland.conf
+++ b/wayland-basics/dot-config/environment.d/wayland.conf
@@ -4,7 +4,7 @@ TERMINAL=alacritty
# QT app theming
QT_QPA_PLATFORM=wayland
-QT_QPA_PLATFORMTHEME=qt6ct;qt5ct
+QT_QPA_PLATFORMTHEME=qt6ct
# SDL
SDL_VIDEODRIVER=wayland
diff --git a/wayland-basics/dot-config/mako/config b/wayland-basics/dot-config/mako/config
index 54b25dd..fefbb02 100644
--- a/wayland-basics/dot-config/mako/config
+++ b/wayland-basics/dot-config/mako/config
@@ -1,8 +1,10 @@
# vim: ft=dosini
-text-color=#bbbbbb
-border-color=#005577
-background-color=#222222
+include=~/.cache/wal/colors-mako
+
+# text-color=#bbbbbb
+# border-color=#005577
+# background-color=#222222
padding=10
border-size=2
max-icon-size=32
@@ -32,7 +34,7 @@ invisible=false
[app-name=Mail]
default-timeout=10000
on-notify=exec mpv /usr/share/sounds/freedesktop/stereo/message.oga
-on-button-left=exec runapp -o -- alacritty -e aerc-mod
+on-button-left=exec runapp -o -- alacritty -e aerc
[urgency=critical]
default-timeout=0
diff --git a/wayland-basics/dot-config/wireplumber/wireplumber.conf.d/disable-bluetooth.conf b/wayland-basics/dot-config/wireplumber/wireplumber.conf.d/disable-bluetooth.conf
new file mode 100644
index 0000000..9c4be34
--- /dev/null
+++ b/wayland-basics/dot-config/wireplumber/wireplumber.conf.d/disable-bluetooth.conf
@@ -0,0 +1,6 @@
+wireplumber.profiles = {
+ main = {
+ hardware.bluetooth = disabled
+ monitor.bluez.seat-monitoring = disabled
+ }
+}