diff options
Diffstat (limited to 'i3/.i3')
-rw-r--r-- | i3/.i3/config | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/i3/.i3/config b/i3/.i3/config index f329ce5..3647d28 100644 --- a/i3/.i3/config +++ b/i3/.i3/config @@ -4,6 +4,9 @@ floating_modifier $mod font pango:DejaVu Sans, pango:Noto Color Emoji 12 focus_follows_mouse no +# Compositor +exec picom + # Autolock exec xautolock -time 10 -locker 'i3lock -d' -corners 000- -cornersize 30 bindsym $mod+Control+Shift+l exec xautolock -locknow |