mirror of
https://github.com/ItsDrike/nixdots
synced 2024-11-10 03:39:42 +00:00
Compare commits
4 commits
a38498eef2
...
ccf9ececa2
Author | SHA1 | Date | |
---|---|---|---|
ItsDrike | ccf9ececa2 | ||
ItsDrike | 64bafa5035 | ||
ItsDrike | 8ee1bfd5e3 | ||
ItsDrike | 5cace9f1c0 |
|
@ -85,6 +85,7 @@
|
|||
# Window groups
|
||||
#
|
||||
"SUPER, G, togglegroup,"
|
||||
"SUPER_SHIFT, G, lockactivegroup, toggle"
|
||||
"ALT, tab, changegroupactive, f"
|
||||
"ALT, grave, changegroupactive, b"
|
||||
|
||||
|
|
|
@ -99,7 +99,7 @@
|
|||
|
||||
decoration = {
|
||||
dim_inactive = false; # disabled for now
|
||||
dim_strength = 0.05;
|
||||
dim_strength = 0.02;
|
||||
dim_special = 0.2;
|
||||
inactive_opacity = 0.9;
|
||||
};
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
inherit (lib.generators) toLua;
|
||||
|
||||
cfg = config.myOptions.system.sound;
|
||||
cfgBluetooth = config.myOptions.system.bluetooth;
|
||||
cfgBluetooth = config.myOptions.device.bluetooth;
|
||||
in {
|
||||
config = mkIf cfg.enable {
|
||||
# in case pipewire was force disabled for whatever reason, fall
|
||||
|
|
Loading…
Reference in a new issue