added gaps

This commit is contained in:
Thies Lennart Alff 2022-11-18 11:24:49 +01:00
parent 71029d617d
commit 6509074f42
2 changed files with 7 additions and 4 deletions

View file

@ -1,5 +1,5 @@
# Plasma compatibility improvements # 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="pop-up"] floating enable
for_window [window_role="task_dialog"] 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="(?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"] 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 # picom as compositor
exec_always --no-startup-id picom -cb exec_always --no-startup-id picom -cb
# dunst as notification daemon # dunst as notification daemon
# also fixes slack freeze problem on messages # also fixes slack freeze problem on messages
exec_always --no-startup-id dunst exec_always --no-startup-id dunst
# fix scaling # fix scaling
exec "xrandr --dpi 144" exec "xrandr --dpi 96"
# ibus for easy unicode input support # ibus for easy unicode input support
exec_always --no-startup-id "ibus-daemon -drx --panel /usr/lib/ibus/ibus-ui-gtk3" 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 # nitrogen handles the desktop background
exec --no-startup-id "nitrogen --restore" exec --no-startup-id "nitrogen --restore"

View file

@ -7,3 +7,4 @@ dunst
sxhkd sxhkd
dex dex
ranger ranger
network-manager-applet