diff options
author | Vidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com> | 2020-11-07 22:48:46 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com> | 2020-11-07 22:48:46 +0530 |
commit | 6a204572ed52c90702da3676945a328bf15999de (patch) | |
tree | 60bb081887099f131904bb438aafbc9be33145f9 /herbstluftwm | |
parent | 0e376aabb2e34dcf34e1c59ac3908cdc1949fd6a (diff) |
replaced dunst with deadd in hlwm autostart file
Diffstat (limited to 'herbstluftwm')
-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 |