diff options
-rwxr-xr-x | herbstluftwm/autostart | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/herbstluftwm/autostart b/herbstluftwm/autostart index dc44f502..ff7afd37 100755 --- a/herbstluftwm/autostart +++ b/herbstluftwm/autostart @@ -28,7 +28,7 @@ Mod=Mod4 # Use the super key as the main modifier firefox & picom & nitrogen --restore & -dunst & +deadd-notification-center & sxhkd & TERMINAL=st @@ -155,6 +155,7 @@ hc attr theme.floating.active.outer_color '#01FFE0' hc attr theme.background_color '#EFE805' hc set window_gap 5 +hc set window_padding 5 hc set frame_padding 1 hc set smart_window_surroundings on hc set smart_frame_surroundings on |