summaryrefslogtreecommitdiff
path: root/.config/sxhkd
diff options
context:
space:
mode:
authorSaumit Dinesan <79687674+justsaumit@users.noreply.github.com>2022-02-10 04:26:26 +0530
committerGitHub <noreply@github.com>2022-02-10 04:26:26 +0530
commit98a08c0aeb4e60af2fdb8c09d8e34e7b7cdfd736 (patch)
treee90280346130231ee340870afd4db33faaa93093 /.config/sxhkd
parent2c46c6a00a4d688780bcf4ea60771295b05c4c8f (diff)
Update sxhkdrc
Diffstat (limited to '.config/sxhkd')
-rw-r--r--.config/sxhkd/sxhkdrc42
1 files changed, 34 insertions, 8 deletions
diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc
index a35614f..46e0937 100644
--- a/.config/sxhkd/sxhkdrc
+++ b/.config/sxhkd/sxhkdrc
@@ -63,7 +63,7 @@ super + r
# Launch outlook
super + e
- b https://outlook.office365.com/mail/inbox
+ brave https://outlook.office365.com/mail/inbox
# Launch teams
super + shift + t
@@ -76,9 +76,18 @@ super + shift + m
# Launch discord
super + shift + d
discord
-# Launch password manager
-#super + p
-#$dmenu drop down
+
+# dmenu custom run
+super + d
+ dmenu_run -hp setbg,xkill,librewolf
+
+#dmenu emoji-picker (universal)
+super + F1
+ emojisel
+
+#dmenu emoji-picker (active-window)
+super + F2
+ emojiselw
# dmenu wifi-menu
super + ctrl + w
@@ -87,19 +96,22 @@ super + ctrl + w
# dmenu vpn-menu
super + ctrl + v
vpn-menu
+
#dmenu kill
-#super + shift + w
+super + alt + w
+ xkill
-#lock
+#screenlock
+#loads cached lockscreen (instant)
super+ shift +l
betterlockscreen --lock dimblur
+#generates a new lockscreen (takes time)
super+ ctrl + l
betterlockscr
-#
# Change screen brightness
XF86MonBrightness{Up,Down}
- brillo -s intel_backlight -{A,U} 5
+ brillo -s intel_backlight -{A,U} 5
# Change screen temp
@@ -111,3 +123,17 @@ Print
alt + Print
maim -D -u --select | tee ~/Pictures/Screenshots/pic-sel-$(date '+%y-%m-%d--%H-%M-%S').png | xclip -selection clipboard -t image/png
+
+##############################
+#d-menu binary Yes/No Prompts#
+##############################
+
+#Prompt Yes/No for dwm hot reboot
+exec prompt "Do you want to hot reboot dwm?"
+
+#Prompt Yes/No to completely exit dwm/Xorg
+
+#Prompt Yes/No for shutdown
+
+ mod + shift + x
+