Compare commits

..

2 commits

Author SHA1 Message Date
ItsDrike a38498eef2
Credit spikespaz/dotfiles 2024-06-24 00:28:13 +02:00
ItsDrike 703ee70a47
Update bluetooth config 2024-06-24 00:27:54 +02:00
3 changed files with 2 additions and 3 deletions

View file

@ -85,7 +85,6 @@
# Window groups # Window groups
# #
"SUPER, G, togglegroup," "SUPER, G, togglegroup,"
"SUPER_SHIFT, G, lockactivegroup, toggle"
"ALT, tab, changegroupactive, f" "ALT, tab, changegroupactive, f"
"ALT, grave, changegroupactive, b" "ALT, grave, changegroupactive, b"

View file

@ -99,7 +99,7 @@
decoration = { decoration = {
dim_inactive = false; # disabled for now dim_inactive = false; # disabled for now
dim_strength = 0.02; dim_strength = 0.05;
dim_special = 0.2; dim_special = 0.2;
inactive_opacity = 0.9; inactive_opacity = 0.9;
}; };

View file

@ -9,7 +9,7 @@
inherit (lib.generators) toLua; inherit (lib.generators) toLua;
cfg = config.myOptions.system.sound; cfg = config.myOptions.system.sound;
cfgBluetooth = config.myOptions.device.bluetooth; cfgBluetooth = config.myOptions.system.bluetooth;
in { in {
config = mkIf cfg.enable { config = mkIf cfg.enable {
# in case pipewire was force disabled for whatever reason, fall # in case pipewire was force disabled for whatever reason, fall