summaryrefslogtreecommitdiff
path: root/.config/sxhkd
diff options
context:
space:
mode:
authorSaumit Dinesan <79687674+justsaumit@users.noreply.github.com>2022-02-23 13:29:06 +0530
committerGitHub <noreply@github.com>2022-02-23 13:29:06 +0530
commit5a5fc064713184cf8b509fea4014ddc8c9bc1344 (patch)
tree26a2a27a68dc9af4e03ad6372d5ff8a856126738 /.config/sxhkd
parent98a08c0aeb4e60af2fdb8c09d8e34e7b7cdfd736 (diff)
Update sxhkdrc
Diffstat (limited to '.config/sxhkd')
-rw-r--r--.config/sxhkd/sxhkdrc40
1 files changed, 24 insertions, 16 deletions
diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc
index 46e0937..023262b 100644
--- a/.config/sxhkd/sxhkdrc
+++ b/.config/sxhkd/sxhkdrc
@@ -23,22 +23,23 @@ XF86Audio{Raise,Lower}Volume
# pactl set-sink-volume @DEFAULT_SINK@ {+,-}10%
-# Toggle play/pause in spotify (universal)
+#Toggle play/pause in spotify (universal)
-#super + ctrl + space
+#super + F4
+#playerctl -p spotify play-pause
#super + ;
#dbus-send --print-reply --dest=org.mpris.MediaPlayer2.spotify /org/mpris/MediaPlayer2 org.mpris.MediaPlayer2.Player.PlayPause
# Change spotify volume only
#super + ctrl + {Up,Down}
-#super + {',/}
+#playerctl -p spotify volume
+#super + {F3,F5}
#spotifyvol{inc,dec}.py
# Change tracks spotify only
#super + ctrl {Left,Right}
-#super + {,,.}
-#dbus-send --print-reply --dest=org.mpris.MediaPlayer2.spotify /org/mpris/MediaPlayer2 org.mpris.MediaPlayer2.Player.{Previous,Next}
+#playerctl -p spotify {previous,next}
################
@@ -55,19 +56,23 @@ super + alt + q
# Launch wa
super + shift + w
- whatsapp-nativefier
+ whatsapp-nativefier
# Launch ranger
super + r
- exec $TERMINAL ranger
+ exec $TERMINAL ranger
+
+#Launch <go,h,bash>top
+super + shift {g,h,b}
+ exec $TERMINAL {go,h,bash}top
# Launch outlook
-super + e
- brave https://outlook.office365.com/mail/inbox
+#super + e
+# brave https://outlook.office365.com/mail/inbox
# Launch teams
super + shift + t
- teams
+ teams -no-sandbox
# Launch spotify
super + shift + m
@@ -79,7 +84,7 @@ super + shift + d
# dmenu custom run
super + d
- dmenu_run -hp setbg,xkill,librewolf
+ dmenu_run -hp setbg,xkill,librewolf,telegram-desktop,bts,trashy,dmount,dumount
#dmenu emoji-picker (universal)
super + F1
@@ -123,17 +128,20 @@ 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
-
+ctrl + Print
+ flameshot gui
##############################
#d-menu binary Yes/No Prompts#
##############################
#Prompt Yes/No for dwm hot reboot
-exec prompt "Do you want to hot reboot dwm?"
+super + shift + q
+ prompt "Do you want to hot reboot dwm?" 'xdotool key alt+shift+q'
#Prompt Yes/No to completely exit dwm/Xorg
#Prompt Yes/No for shutdown
-
- mod + shift + x
-
+super + shift + x
+ prompt "Do you want to shutdown?" 'shutdown now'
+alt + shift + x
+ prompt "Do you want to reboot?" 'reboot'