Update to fedora sway/wayland config, now has gaps, DOS style font and some transparency
This commit is contained in:
parent
022416d529
commit
0504d32247
4 changed files with 14 additions and 4 deletions
11
i3/config
11
i3/config
|
|
@ -35,7 +35,7 @@ exec --no-startup-id xss-lock --transfer-sleep-lock -- i3lock --nofork
|
|||
exec --no-startup-id nm-applet
|
||||
|
||||
# set wallpaper
|
||||
exec_always --no-startup-id swaybg -i ~/Pictures/mikugooba.jpg -m tile
|
||||
exec_always --no-startup-id swaybg -i ~/Pictures/rainymikupixel.png -m tile
|
||||
|
||||
# Use pactl to adjust volume in PulseAudio.
|
||||
set $refresh_i3status killall -SIGUSR1 i3status
|
||||
|
|
@ -190,6 +190,15 @@ mode "resize" {
|
|||
bindsym $mod+r mode "default"
|
||||
}
|
||||
|
||||
# Modern aesthetic tuning
|
||||
gaps inner 12
|
||||
gaps outer 12
|
||||
smart_gaps on
|
||||
smart_borders on
|
||||
hide_edge_borders smart
|
||||
default_border normal
|
||||
default_floating_border pixel 2
|
||||
|
||||
|
||||
# ================================
|
||||
# Hatsune Miku i3 Theme
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue