summaryrefslogtreecommitdiff
path: root/.config/sxhkd
diff options
context:
space:
mode:
authorSaumit Dinesan <79687674+Saumit-D@users.noreply.github.com>2022-01-03 23:17:43 +0530
committerGitHub <noreply@github.com>2022-01-03 23:17:43 +0530
commitd7d636fcd18ae5160ef2d0ae390b3705a0dc73ac (patch)
treec556a43b302b67230ae86163a6df5a690029d11f /.config/sxhkd
parent2e73fc8ed96c249f39dfdad9ac0d1b5e95f36004 (diff)
Update sxhkdrc
Diffstat (limited to '.config/sxhkd')
-rw-r--r--.config/sxhkd/sxhkdrc40
1 files changed, 34 insertions, 6 deletions
diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc
index ea280d5..b3d1e6e 100644
--- a/.config/sxhkd/sxhkdrc
+++ b/.config/sxhkd/sxhkdrc
@@ -22,6 +22,25 @@ XF86Audio{Raise,Lower}Volume
#super + shift + {k,j}
# pactl set-sink-volume @DEFAULT_SINK@ {+,-}10%
+
+# Toggle play/pause in spotify (universal)
+
+#super + ctrl + space
+#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 + {',/}
+#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}
+
+
################
# Applications #
################
@@ -43,25 +62,35 @@ super + shift + t
# Launch spotify
super + shift + m
- spotify
+ LD_PRELOAD=/usr/local/lib/spotify
# Launch discord
super + shift + d
discord
# Launch password manager
#super + p
-$dmenu drop down
+#$dmenu drop down
+# dmenu wifi-menu
+super + ctrl + w
+ wifi-menu
+
+# dmenu vpn-menu
+super + ctrl + v
+ vpn-menu
#dmenu kill
#super + shift + w
#lock
-#super+ shift +l
+super+ shift +l
+ betterlockscreen --lock dimblur
+super+ ctrl + l
+ betterlockscr
#
# Change screen brightness
XF86MonBrightness{Up,Down}
- xbacklight -{inc,dec} 5
+ brillo -s intel_backlight -{A,U} 5
# Change screen temp
@@ -71,5 +100,4 @@ Print
# Take a screenshot (sel)
alt + Print
- maim -D --select | tee ~/Pictures/Screenshots/pic-sel-$(date '+%y-%m-%d--%H-%M-%S').png | xclip -selection clipboard -t image/png
-
+ maim -D -u --select | tee ~/Pictures/Screenshots/pic-sel-$(date '+%y-%m-%d--%H-%M-%S').png | xclip -selection clipboard -t image/png