Compare commits
No commits in common. "d0c67416d65ebb29c3bdf4ad335a9416065fc96d" and "0cf0407018d4114d29ace0dfc92df0e3460c2998" have entirely different histories.
d0c67416d6
...
0cf0407018
@ -3,7 +3,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
# make sxhkd reload its configuration files:
|
# make sxhkd reload its configuration files:
|
||||||
super + r
|
super + Escape
|
||||||
pkill -USR1 -x sxhkd
|
pkill -USR1 -x sxhkd
|
||||||
|
|
||||||
#
|
#
|
||||||
@ -26,42 +26,44 @@ super + ctrl + {m,x,y,z}
|
|||||||
|
|
||||||
# Launch Programs
|
# Launch Programs
|
||||||
|
|
||||||
|
# Browser
|
||||||
|
super + ctrl + b
|
||||||
|
brave
|
||||||
# dmenu Launcher
|
# dmenu Launcher
|
||||||
super + p
|
super + p
|
||||||
dmenu_run
|
dmenu_run
|
||||||
# Terminal
|
# Terminal
|
||||||
super + Return
|
super + Return
|
||||||
st
|
st
|
||||||
|
super + d
|
||||||
|
st
|
||||||
|
# Cmus
|
||||||
|
super + ctrl + c
|
||||||
|
st -e cmus
|
||||||
|
# Ranger
|
||||||
|
super + ctrl + r
|
||||||
|
st -e ranger
|
||||||
|
# NeoVim
|
||||||
|
super + ctrl + v
|
||||||
|
st -e nvim
|
||||||
|
# Emacs
|
||||||
|
super + ctrl + e
|
||||||
|
emacs
|
||||||
# Screenshot
|
# Screenshot
|
||||||
super + shift + s
|
|
||||||
scrot -s -e 'xclip -selection clipboard -t image/png -i $f' ~/Pictures/screenshots/%Y-%m-%d-%T-screenshot.png
|
|
||||||
super + ctrl + s
|
super + ctrl + s
|
||||||
scrot -u -e 'xclip -selection clipboard -t image/png -i $f' ~/Pictures/screenshots/%Y-%m-%d-%T-screenshot.png
|
scrot
|
||||||
# Screen Lock
|
|
||||||
super + Escape
|
|
||||||
slock
|
|
||||||
|
|
||||||
# scripts
|
|
||||||
super + e
|
|
||||||
dmenu_emoji
|
|
||||||
|
|
||||||
# keymap
|
|
||||||
alt + space
|
|
||||||
setxkbmap il
|
|
||||||
alt + shift + space
|
|
||||||
setxkbmap us
|
|
||||||
|
|
||||||
# Media Controls
|
# Media Controls
|
||||||
|
|
||||||
# Mute Audio
|
# Mute Audio
|
||||||
XF86AudioMute
|
XF86AudioMute
|
||||||
pactl set-sink-mute @DEFAULT_SINK@ toggle
|
pulseaudio-ctl mute
|
||||||
# Lower Volume
|
# Lower Volume
|
||||||
XF86AudioLowerVolume
|
XF86AudioLowerVolume
|
||||||
pactl set-sink-volume @DEFAULT_SINK@ -2%
|
pulseaudio-ctl down 1
|
||||||
# Raise Volume
|
# Raise Volume
|
||||||
XF86AudioRaiseVolume
|
XF86AudioRaiseVolume
|
||||||
pactl set-sink-volume @DEFAULT_SINK@ +2%
|
pulseaudio-ctl up 1
|
||||||
# Play/Pause
|
# Play/Pause
|
||||||
XF86AudioPlay
|
XF86AudioPlay
|
||||||
playerctl play-pause
|
playerctl play-pause
|
||||||
@ -74,12 +76,6 @@ XF86AudioNext
|
|||||||
# Previous Song
|
# Previous Song
|
||||||
XF86AudioPrev
|
XF86AudioPrev
|
||||||
playerctl previous
|
playerctl previous
|
||||||
# Brightness Up
|
|
||||||
XF86_MonBrightnessUp
|
|
||||||
brightnessctl set 1%+
|
|
||||||
# Brightness Down
|
|
||||||
XF86_MonBrightnessDown
|
|
||||||
brightnessctl set 1%+
|
|
||||||
|
|
||||||
## BSPWM Controls ##
|
## BSPWM Controls ##
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user