Minor changes to vim config, added dunst to dwm autostart script and added shortcut to take screenshot with maim

This commit is contained in:
2021-01-23 01:42:23 +01:00
parent d72dae1d1f
commit d586229326
3 changed files with 6 additions and 1 deletions
+4 -1
View File
@@ -1,5 +1,8 @@
#!/bin/sh
export PATH=$PATH:~/.local/bin
# Start dwmblocks as statusbar
dwmblocks &
# Start dunst as notificationserver
dunst &