This commit is contained in:
iFargle 2024-01-07 17:47:54 +09:00
parent 40814540cd
commit 6291e64d26
3 changed files with 3 additions and 2 deletions

View file

@ -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''

View file

@ -11,7 +11,6 @@
"custom/wlogout"
"idle_inhibitor"
"clock"
"cava"
"mpris"
];
modules-center = [

View file

@ -1,4 +1,4 @@
{ config; pkgs; ... }: {
{ config, pkgs, ... }: {
programs.vscode = {
enable = true;
package = pkgs.vscodium;