weird that these weren't already updated
This commit is contained in:
parent
601b92aca6
commit
feeef87e1c
8
dotfiles-old/.config/displaym/.xinitrc
Normal file
8
dotfiles-old/.config/displaym/.xinitrc
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
# load X default stuff
|
||||||
|
xrdb -load .Xresources
|
||||||
|
# xclock
|
||||||
|
xclock -geometry 180x180-10+10 -update 1 &
|
||||||
|
# xload
|
||||||
|
xload -geometry 180x180-10+200 -update 1 &
|
||||||
|
# keybind manager
|
||||||
|
exec sxhkd &
|
@ -1,11 +1,7 @@
|
|||||||
XF86AudioMicMute
|
|
||||||
pactl set-source-mute @DEFAULT_SOURCE@ toggle
|
|
||||||
XF86AudioMute
|
XF86AudioMute
|
||||||
pactl -- set-sink-mute @DEFAULT_SINK@ toggle
|
volume m
|
||||||
XF86Audio{Lower,Raise}Volume
|
XF86Audio{Lower,Raise}Volume
|
||||||
pactl set-sink-volume @DEFAULT_SINK@ {"-5%","+5%"}
|
volume r {-5,5}
|
||||||
XF86Audio{Play,Pause,Next,Prev}
|
|
||||||
playerctl {play,pause,next,previous}
|
|
||||||
XF86Launch1
|
XF86Launch1
|
||||||
$TERMINAL
|
$TERMINAL
|
||||||
|
|
||||||
@ -14,6 +10,8 @@ control + shift + Escape
|
|||||||
Print
|
Print
|
||||||
scrot
|
scrot
|
||||||
|
|
||||||
|
mod1 + {9,0}
|
||||||
|
volume r {-5,5}
|
||||||
# cred 4 https://github.com/patrickbolle/dotfiles/
|
# cred 4 https://github.com/patrickbolle/dotfiles/
|
||||||
mod1 + equal
|
mod1 + equal
|
||||||
light -A 5
|
light -A 5
|
||||||
@ -41,12 +39,10 @@ mod1 + Return
|
|||||||
$TERMINAL
|
$TERMINAL
|
||||||
|
|
||||||
mod1 + v
|
mod1 + v
|
||||||
$TERMINAL -e pulsemixer
|
$TERMINAL -e aiomixer
|
||||||
|
|
||||||
mod1 + b
|
mod1 + b
|
||||||
$BROWSER
|
$BROWSER
|
||||||
|
|
||||||
mod1 + m
|
mod1 + m
|
||||||
pactl -- set-sink-mute @DEFAULT_SINK@ toggle
|
volume m
|
||||||
mod1 + shift + m
|
|
||||||
pactl set-source-mute @DEFAULT_SOURCE@ toggle
|
|
||||||
|
Loading…
Reference in New Issue
Block a user