diff options
author | Saumit Dinesan <79687674+justsaumit@users.noreply.github.com> | 2022-03-01 19:40:55 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-01 19:40:55 +0530 |
commit | 7c7331f3244fa347c94c5b6c8e2e94cedc4586df (patch) | |
tree | d9990f694513e460e12bb5baea53581f23308fb5 /.config/sxhkd/sxhkdrc | |
parent | a1b8d31d399217016cd2c8b0c2a323eee79feac7 (diff) |
Update sxhkdrc
Diffstat (limited to '.config/sxhkd/sxhkdrc')
-rw-r--r-- | .config/sxhkd/sxhkdrc | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc index 023262b..c72a138 100644 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc @@ -26,7 +26,7 @@ XF86Audio{Raise,Lower}Volume #Toggle play/pause in spotify (universal) #super + F4 -#playerctl -p spotify play-pause +# playerctl -p spotify play-pause #super + ; #dbus-send --print-reply --dest=org.mpris.MediaPlayer2.spotify /org/mpris/MediaPlayer2 org.mpris.MediaPlayer2.Player.PlayPause @@ -56,15 +56,15 @@ 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 + exec $TERMINAL {go,h,bash}top # Launch outlook #super + e @@ -116,7 +116,8 @@ super+ ctrl + l # Change screen brightness XF86MonBrightness{Up,Down} - brillo -s intel_backlight -{A,U} 5 + brillo -s intel_backlight -{A,U} 5 && dunstify -u normal -t 3000 -r 90210 -i display-brightness "$(printf %.0f%% $( brillo -G) )" + # Change screen temp |