From b9003fad53f6b544f1e7270e072faad0c2b1af3c Mon Sep 17 00:00:00 2001 From: Ryan Kes <511318+alrayyes@users.noreply.github.com> Date: Sun, 27 Oct 2019 15:27:40 +0100 Subject: [PATCH] Added shortcut for weather --- bin/.local/bin/calendar | 4 ++++ sxhkd/.config/sxhkd/sxhkdrc | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) create mode 100755 bin/.local/bin/calendar 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}