diff options
-rw-r--r-- | .config/i3/config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/i3/config b/.config/i3/config index a23a865..0cf9c47 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -9,8 +9,8 @@ font pango:Hack Nerd Font 10 # xdg autostart stuff exec --no-startup-id dex --autostart --environment i3 # screen locking setup -exec --no-startup-id xss-lock --transfer-sleep-lock -- i3lock --nofork --image /home/hydrogen/画像/AwayTooLong.png -exec --no-startup-id feh --bg-center --no-fehbg /home/hydrogen/画像/AwayTooLong.png +exec_always --no-startup-id xss-lock --transfer-sleep-lock -- i3lock --nofork --image /home/hydrogen/画像/AwayTooLong.png +exec_always --no-startup-id feh --bg-center --no-fehbg /home/hydrogen/画像/AwayTooLong.png exec_always --no-startup-id /home/hydrogen/.config/i3/polybar.sh exec_always --no-startup-id picom -b # TODO Add xborders |