diff options
author | oreodave <aryadevchavali1@gmail.com> | 2020-04-12 01:43:36 +0100 |
---|---|---|
committer | oreodave <aryadevchavali1@gmail.com> | 2020-04-12 01:47:14 +0100 |
commit | 2f8a0b21278966de38b2605f7e47801ddb7dac04 (patch) | |
tree | 7c8c153e2af7dc3e7ccc5bc5cecb4cc8d0a5817c | |
parent | f3cfa52301a5b4bb4d00b028973dba98492e5217 (diff) | |
download | dotfiles-2f8a0b21278966de38b2605f7e47801ddb7dac04.tar.gz dotfiles-2f8a0b21278966de38b2605f7e47801ddb7dac04.tar.bz2 dotfiles-2f8a0b21278966de38b2605f7e47801ddb7dac04.zip |
+using picom (compositor) now, alacritty -> kitty
I'm now using picom for my compositor, which is buggy for alacritty when
doing restarts. Kitty doesn't suffer from this. Kitty has slight lag in
comparison to alacritty, but I'll take slow down that for the benefit of
a compositor.
-rw-r--r-- | i3.conf | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -52,7 +52,7 @@ bindsym $mod+v exec --no-startup-id xbacklight -5 floating_modifier $mod # start a terminal -bindsym $mod+Return exec alacritty +bindsym $mod+Return exec kitty # kill focused window bindsym $mod+Shift+q kill @@ -169,6 +169,7 @@ bindsym $mod+r mode "resize" # Aesthetics client.focused #4c7899 #3a3a3a #ffffff #2e9ef4 #285577 client.focused_inactive #333333 #5f676a #ffffff #2e9ef4 #285577 +exec $HOME/Scripts/start_picom bar { status_command i3status |