diff options
author | Juan J. Martinez <jjm@usebox.net> | 2025-02-16 16:23:57 +0000 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2025-02-16 16:23:57 +0000 |
commit | 9f8f05466274555a35a05fc5b9e10e782c859310 (patch) | |
tree | 9b8f7e1a2f806029d0cf1457a60dd3c4fbe42055 | |
parent | 0c8fd83e86678820656165891ce4f7762cb03acf (diff) | |
download | dotnvim-9f8f05466274555a35a05fc5b9e10e782c859310.tar.gz dotnvim-9f8f05466274555a35a05fc5b9e10e782c859310.zip |
Dim inactive
-rw-r--r-- | i3/config | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ set $mod Mod4 font pango:Roboto Medium 8 # Composite manager -exec --no-startup-id /usr/bin/picom -b --backend glx +exec --no-startup-id /usr/bin/picom -b --inactive-dim 0.1 --backend glx # Keyboard layout and config exec_always --no-startup-id ~/.config/i3/set-keyboard |