Commentaires des param pour gaps
This commit is contained in:
parent
b8afb99285
commit
b5c3f73633
1 changed files with 5 additions and 5 deletions
10
i3/config
10
i3/config
|
@ -13,13 +13,13 @@ set $mod Mod4
|
||||||
|
|
||||||
# wallpaper & set xterm config
|
# wallpaper & set xterm config
|
||||||
# exec feh --bg-fill '/home/'
|
# exec feh --bg-fill '/home/'
|
||||||
exec xrdb /home/spinel/.Xresources
|
exec xrdb $HOME/.Xresources
|
||||||
|
|
||||||
# gaps config
|
# gaps config
|
||||||
gaps inner 10
|
# gaps inner 10
|
||||||
for_window [class=".*"] border pixel 0
|
# for_window [class=".*"] border pixel 0
|
||||||
for_window [class="XTerm"] border pixel 3
|
# for_window [class="XTerm"] border pixel 3
|
||||||
for_window [class="URxvt"] border pixel 3
|
# for_window [class="URxvt"] border pixel 3
|
||||||
|
|
||||||
# Font for window titles. Will also be used by the bar unless a different font
|
# Font for window titles. Will also be used by the bar unless a different font
|
||||||
# is used in the bar {} block below.
|
# is used in the bar {} block below.
|
||||||
|
|
Loading…
Reference in a new issue