diff options
| author | srdusr <trevorgray@srdusr.com> | 2023-01-18 22:54:34 +0200 |
|---|---|---|
| committer | srdusr <trevorgray@srdusr.com> | 2023-01-18 22:54:34 +0200 |
| commit | 85000f1f503731ad3676fad62e932875f73d5481 (patch) | |
| tree | b7a5f0f5146dac3b8b148b7a3ca543e9b836442a /.config/picom | |
| parent | 038812e30622bd476ffdf27079369f498426e4ac (diff) | |
| download | dotfiles-85000f1f503731ad3676fad62e932875f73d5481.tar.gz dotfiles-85000f1f503731ad3676fad62e932875f73d5481.zip | |
Changed name of scratchpad script
Diffstat (limited to '.config/picom')
| -rw-r--r-- | .config/picom/picom.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/picom/picom.conf b/.config/picom/picom.conf index d99343c..310e8fc 100644 --- a/.config/picom/picom.conf +++ b/.config/picom/picom.conf @@ -252,7 +252,7 @@ blur-background-exclude = [ "class_g = 'wezterm'", # "class_g = 'Polybar'", "class_g = 'URxvt'", - "class_g = 'scratch'", + "class_g = 'scratchpad'", "class_g = 'Heads-Up-Display'", "class_g = 'Firefox'", "class_g = 'firefox'", |
