diff --git a/home_dotfiles/.config/mako/config b/home_dotfiles/.config/mako/config new file mode 100644 index 0000000..8ce4811 --- /dev/null +++ b/home_dotfiles/.config/mako/config @@ -0,0 +1,24 @@ +font=Fira Code Retina 11 +format=%a ⏵ %s\n%b +sort=-time +layer=overlay +anchor=top-right +background-color=#000000 +width=300 +height=110 +margin=16 +padding=8,16 +border-size=1 +border-color=#FFFFFF +border-radius=0 +icons=0 +max-icon-size=64 +default-timeout=10000 +ignore-timeout=1 + +[urgency=normal] +border-color=#FFFFFF + +[urgency=high] +border-color=#FF0000 +default-timeout=0 diff --git a/home_dotfiles/.config/sway/config b/home_dotfiles/.config/sway/config index 2f7cedc..c408979 100644 --- a/home_dotfiles/.config/sway/config +++ b/home_dotfiles/.config/sway/config @@ -179,7 +179,7 @@ bindsym $mod+Shift+q kill bindsym $mod+$alt+q exec --no-startup-id kill -9 $(swaymsg -t get_tree | jq '.. | select(.focused?).pid // empty') ## Session // Reload WM Config // <> c ## -bindsym $mod+Shift+c reload +bindsym $mod+Shift+c reload; exec makoctl reload ## Session // Restart WM // <> r ## bindsym $mod+Ctrl+r reload diff --git a/install-arch-sway.sh b/install-arch-sway.sh index f189bc7..e8c1b27 100755 --- a/install-arch-sway.sh +++ b/install-arch-sway.sh @@ -89,3 +89,5 @@ if [ -f ~/.config/sway/volume-notify-sway.sh ]; then fi cp chris-czermak-PamFFHL6fVY-unsplash.jpg ~/.config/sway/wallpaper.jpg + +makoctl reload