diff options
author | Saumit Dinesan <79687674+justsaumit@users.noreply.github.com> | 2022-07-09 14:31:33 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-09 14:31:33 +0530 |
commit | e33f1330afe7851aa77c81664dc32930a21592b3 (patch) | |
tree | 826822bb1de7a0aac299bdf0a26481887c4ef74a /.config/sxhkd | |
parent | 04ad460a97319f475505f9107179b0374470e588 (diff) |
adding galculator, ungoogled-chromium keybinding
Diffstat (limited to '.config/sxhkd')
-rw-r--r-- | .config/sxhkd/sxhkdrc | 22 |
1 files changed, 18 insertions, 4 deletions
diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc index 485d4d1..de06c13 100644 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc @@ -46,24 +46,39 @@ XF86Audio{Raise,Lower}Volume # Applications # ################ +# Launch Brave +super + q + brave +super + ctrl + q + brave --incognito +super + alt + q + brave --tor + ##(Temp Launch) # Launch ranger super + r exec $TERMINAL ranger - # Launch pulsemixer super + p exec $TERMINAL pulsemixer - #Launch <go,h,bash>top super + shift {g,h,b} exec $TERMINAL {go,h,bash}top +#Launch galculator - a GTK 2/3 based scientific calculator +XF86Calculator + exec $TERMINAL -c "stfloat" -e galculator + ##(Perma Launch) # Launch wa super + shift + w whatsapp-nativefier + +# Launch outlook +#super + e +# brave https://outlook.office365.com/mail/inbox + # Launch teams super + shift + t teams -no-sandbox @@ -82,7 +97,7 @@ super + ctrl + t # dmenu custom run super + d - dmenu_run -hp 4chgetw,bts,dcalc,dmount,dumount,librewolf,passmenu,picomm,pidkill,picomm,setbg,st,telegram-desktop,todo,tolearn,trashy,xkill + dmenu_run -hp 4chgetw,bts,dcalc,dmount,dumount,librewolf,passmenu,picomm,pidkill,setbg,st,telegram-desktop,todo,tolearn,trashy,ungoogled-chromium,xkill #dmenu pidkill super + F1 @@ -96,7 +111,6 @@ super + F2 super + F3 emojiselw - # dmenu wifi-menu super + ctrl + w wifi-menu |