Update
This commit is contained in:
parent
40814540cd
commit
6291e64d26
3 changed files with 3 additions and 2 deletions
|
@ -93,6 +93,8 @@
|
|||
"opacity 1.0 override,^(firefox)$" # Sets opacity to 1
|
||||
"noblur,^(steam)$" # disables blur for steam
|
||||
"opacity 1.0 override,^(steam)$" # Sets opacity to 1
|
||||
"noblur,^(codium)$" # disables blur for codium
|
||||
"opacity 0.9 override,^(codium)$" # Sets opacity to 1
|
||||
];
|
||||
bind = [
|
||||
''SUPER, Q, exec, kitty''
|
||||
|
|
|
@ -11,7 +11,6 @@
|
|||
"custom/wlogout"
|
||||
"idle_inhibitor"
|
||||
"clock"
|
||||
"cava"
|
||||
"mpris"
|
||||
];
|
||||
modules-center = [
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{ config; pkgs; ... }: {
|
||||
{ config, pkgs, ... }: {
|
||||
programs.vscode = {
|
||||
enable = true;
|
||||
package = pkgs.vscodium;
|
||||
|
|
Loading…
Reference in a new issue