Switching to minimalism
vimrc: Using only the essential plugins .bash_profile: Using uim for multilingual input, which gets loaded in bash_profile i3config and picom config: Changed font size in i3 config Added transparency for commandline dictionary in picom Signed-off-by: Dhanus M Lal <dhanusmlal@gmail.com>
This commit is contained in:
@@ -136,7 +136,9 @@ focus-exclude = [ "class_g = 'Cairo-clock'" ];
|
||||
opacity-rule = ["90:class_g = 'Alacritty' && focused",
|
||||
"80:class_g = 'Alacritty' && !focused",
|
||||
"70:class_g = 'ncmpcpp' && focused",
|
||||
"60:class_g = 'ncmpcpp' && !focused"];
|
||||
"60:class_g = 'ncmpcpp' && !focused",
|
||||
"80:class_g = 'dict' && focused",
|
||||
"70:class_g = 'dict' && !focused"];
|
||||
# opacity-rule = []
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user