mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-03-20 01:37:45 +01:00
Update sxhkdrc
This commit is contained in:
parent
4884041fcc
commit
937d18224c
@ -1,38 +1,36 @@
|
|||||||
# The Simple X Hotkey Daemon is the program used by LARBS to map most of the
|
# The Simple X Hotkey Daemon is the program used by LARBS to map most of the
|
||||||
# dwm-independent commands. This file is pretty readable, so I'll let you read
|
# i3 independent commands. This file is pretty readable, so I'll let you read
|
||||||
# it.
|
# it.
|
||||||
|
|
||||||
# The keys NOT bound here by sxhkd, but by dwm or i3 are:
|
# The keys NOT bound here by sxhkd, but by i3 are:
|
||||||
# The t thru p keys on the top row
|
# The t thru p keys on the top row
|
||||||
# The f thru ; keys on the home row
|
# The f thru ; keys on the home row
|
||||||
# The b key on the bottom row (hides the bar in either case)
|
# The b key on the bottom row (hides the bar in either case)
|
||||||
|
|
||||||
# Basic binds
|
# Basic binds
|
||||||
|
|
||||||
super + Return
|
super + Return
|
||||||
$TERMINAL
|
$TERMINAL
|
||||||
super + shift + Return
|
super + shift + Return
|
||||||
samedir
|
samedir
|
||||||
super + shift + q
|
|
||||||
kill -9 `xdotool getwindowfocus getwindowpid`
|
super + shift + a
|
||||||
super + d
|
$TERMINAL -e alsamixer; pkill -RTMIN+10 $STATUSBAR
|
||||||
dmenu_run
|
|
||||||
super + b
|
super + b
|
||||||
polybar-msg cmd toggle
|
polybar-msg cmd toggle
|
||||||
super + r
|
super + c
|
||||||
$TERMINAL -e $FILE
|
code
|
||||||
super + e
|
super + shift + c
|
||||||
$TERMINAL -e neomutt; pkill -RTMIN+12 $STATUSBAR
|
mpv --no-osc --no-input-default-bindings --input-conf=/dev/null --title='mpvfloat' /dev/video0
|
||||||
|
super + d
|
||||||
|
dmenu_run
|
||||||
super + m
|
super + m
|
||||||
spotify #$TERMINAL -e spt
|
spotify #$TERMINAL -e spt
|
||||||
super + n
|
super + n
|
||||||
nautilus
|
nautilus
|
||||||
super + c
|
super + shift + q
|
||||||
code
|
kill -9 `xdotool getwindowfocus getwindowpid`
|
||||||
super + shift + a
|
super + r
|
||||||
$TERMINAL -e alsamixer; pkill -RTMIN+10 $STATUSBAR
|
$TERMINAL -e $FILE
|
||||||
super + shift + c
|
|
||||||
mpv --no-osc --no-input-default-bindings --input-conf=/dev/null --title='mpvfloat' /dev/video0
|
|
||||||
super + w
|
super + w
|
||||||
$TERMINAL -e sudo nmtui
|
$TERMINAL -e sudo nmtui
|
||||||
super + shift + w
|
super + shift + w
|
||||||
@ -42,7 +40,7 @@ super + shift + w
|
|||||||
super + grave
|
super + grave
|
||||||
dmenuunicode
|
dmenuunicode
|
||||||
super + Scroll_Lock
|
super + Scroll_Lock
|
||||||
killall screenkey || screenkey
|
ifinstall screenkey && (killall screenkey || screenkey)
|
||||||
super + Insert
|
super + Insert
|
||||||
showclip
|
showclip
|
||||||
super + shift + x
|
super + shift + x
|
||||||
@ -52,17 +50,7 @@ super + shift + BackSpace
|
|||||||
super + shift + Escape
|
super + shift + Escape
|
||||||
prompt 'Leave Xorg?' 'killall Xorg'
|
prompt 'Leave Xorg?' 'killall Xorg'
|
||||||
super + x
|
super + x
|
||||||
ifinstalled slock && ( slock & xset dpms force off ; mpc pause ; pauseallmpv )
|
ifinstalled i3lock && i3lock --clock --indicator
|
||||||
XF86Launch1
|
|
||||||
xset dpms force off
|
|
||||||
XF86TouchpadToggle
|
|
||||||
(synclient | grep "TouchpadOff.*1" && synclient TouchpadOff=0) || synclient TouchpadOff=1
|
|
||||||
XF86Touchpad{Off,On}
|
|
||||||
synclient TouchpadOff={1,0}
|
|
||||||
XF86MonBrightnessDown
|
|
||||||
xbacklight -dec 15
|
|
||||||
XF86MonBrightnessUp
|
|
||||||
xbacklight -inc 15
|
|
||||||
|
|
||||||
# Recording
|
# Recording
|
||||||
# Take screenshot
|
# Take screenshot
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user