1
0
mirror of https://github.com/alrayyes/dotfiles/ synced 2023-11-14 15:56:30 +00:00

Added shortcut for weather

This commit is contained in:
Ryan Kes 2019-10-27 15:27:40 +01:00
parent 1d8fe34bf7
commit b9003fad53
2 changed files with 7 additions and 3 deletions

4
bin/.local/bin/calendar Executable file
View File

@ -0,0 +1,4 @@
#!/bin/sh
khal list
read -s -n 1

View File

@ -1,4 +1,4 @@
# screenshot of focussed window :
shift+ Print shift+ Print
maimpick maimpick
@ -55,5 +55,5 @@ shift + XF86Eject
prompt "Reboot computer?" "sudo -A shutdown -r now" prompt "Reboot computer?" "sudo -A shutdown -r now"
# Open frequent apps # Open frequent apps
super + o ; {e,w,m,v,h,s,i,n,r,q} 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} {emacs, $TERMINAL -e weather, $TERMINAL -e neomutt, $TERMINAL -e vifm, $TERMINAL -e htop, slack, $TERMINAL -e weechat, $TERMINAL -e newsboat, qtpass, $TERMINAL -e calendar}