diff --git a/bin/.local/bin/calendar b/bin/.local/bin/calendar new file mode 100755 index 0000000..1afdf0b --- /dev/null +++ b/bin/.local/bin/calendar @@ -0,0 +1,4 @@ +#!/bin/sh + +khal list +read -s -n 1 diff --git a/sxhkd/.config/sxhkd/sxhkdrc b/sxhkd/.config/sxhkd/sxhkdrc index 6f472ee..04c7634 100644 --- a/sxhkd/.config/sxhkd/sxhkdrc +++ b/sxhkd/.config/sxhkd/sxhkdrc @@ -1,4 +1,4 @@ -# screenshot of focussed window +: shift+ Print maimpick @@ -55,5 +55,5 @@ shift + XF86Eject prompt "Reboot computer?" "sudo -A shutdown -r now" # Open frequent apps -super + o ; {e,w,m,v,h,s,i,n,r,q} - {emacs, $TERMINAL -e weather, $TERMINAL -e neomutt, $TERMINAL -e vifm, $TERMINAL -e htop, slack, $TERMINAL -e weechat, $TERMINAL -e newsboat, qtpass} +super + o ; {e,w,m,v,h,s,i,n,q,c} + {emacs, $TERMINAL -e weather, $TERMINAL -e neomutt, $TERMINAL -e vifm, $TERMINAL -e htop, slack, $TERMINAL -e weechat, $TERMINAL -e newsboat, qtpass, $TERMINAL -e calendar}