added gaps
This commit is contained in:
parent
71029d617d
commit
6509074f42
2 changed files with 7 additions and 4 deletions
10
i3/config
10
i3/config
|
|
@ -1,5 +1,5 @@
|
|||
# Plasma compatibility improvements
|
||||
for_window [title="Desktop - Plasma"] kill, floating enable, border none
|
||||
for_window [title="Desktop — Plasma"] kill, floating enable, border none
|
||||
for_window [window_role="pop-up"] floating enable
|
||||
for_window [window_role="task_dialog"] floating enable
|
||||
|
||||
|
|
@ -16,17 +16,19 @@ for_window [class="Plasmoidviewer"] floating enable; border none
|
|||
# for_window [class="(?i)*nextcloud*"] floating disable
|
||||
for_window [class="plasmashell" window_type="notification"] border none, move position 70 ppt 81 ppt no_focus [class="plasmashell" window_type="notification"]
|
||||
|
||||
gaps inner 10
|
||||
gaps outer 5
|
||||
|
||||
# picom as compositor
|
||||
exec_always --no-startup-id picom -cb
|
||||
# dunst as notification daemon
|
||||
# also fixes slack freeze problem on messages
|
||||
exec_always --no-startup-id dunst
|
||||
# fix scaling
|
||||
exec "xrandr --dpi 144"
|
||||
exec "xrandr --dpi 96"
|
||||
# ibus for easy unicode input support
|
||||
exec_always --no-startup-id "ibus-daemon -drx --panel /usr/lib/ibus/ibus-ui-gtk3"
|
||||
|
||||
# exec --no-startup-id nm-applet
|
||||
exec --no-startup-id nm-applet
|
||||
|
||||
# nitrogen handles the desktop background
|
||||
exec --no-startup-id "nitrogen --restore"
|
||||
|
|
|
|||
|
|
@ -7,3 +7,4 @@ dunst
|
|||
sxhkd
|
||||
dex
|
||||
ranger
|
||||
network-manager-applet
|
||||
|
|
|
|||
Loading…
Reference in a new issue