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 fbc0a86..e0f5291 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -1,14 +1,14 @@ set $mod Mod4 exec setxkbmap -option compose:menu -font pango:Hack Nerd Font 18 +font pango:Hack Nerd Font 9 # session setup # 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 --no-startup-id feh --bg-fill --no-fehbg /home/hydrogen/画像/AwayTooLong.png exec_always --no-startup-id /home/hydrogen/.config/i3/polybar.sh exec_always --no-startup-id picom -b exec_always --no-startup-id killall xborders; ~/.local/bin/xborders --border-radius 11 --border-width 3 --border-rgba '#C4DDDD' |