mirror of
https://github.com/ItsDrike/nixdots
synced 2025-01-24 04:44:35 +00:00
Compare commits
2 commits
ccf9ececa2
...
a38498eef2
Author | SHA1 | Date | |
---|---|---|---|
ItsDrike | a38498eef2 | ||
ItsDrike | 703ee70a47 |
|
@ -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"
|
||||||
|
|
||||||
|
|
|
@ -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;
|
||||||
};
|
};
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue