diff options
author | Hydrogen <hydrogen@h2.gay> | 2025-07-12 03:22:36 +0100 |
---|---|---|
committer | Hydrogen <hydrogen@h2.gay> | 2025-07-12 03:22:36 +0100 |
commit | 3c8e0b0235ad85bdf5a8f17573a936ab000eed3b (patch) | |
tree | 21ebdfed9c9946160144862d0e28c3898547cc91 | |
parent | b0502e0a6b1b996eda395293676b15402a1ddbdd (diff) |
-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' |