mirror of
https://github.com/italicsjenga/dotfiles.git
synced 2024-11-23 17:41:32 +11:00
a e s t h e t i c
This commit is contained in:
parent
71342bd9b8
commit
e5d9a5a87a
|
@ -13,8 +13,8 @@ bspc config focus_by_distance true
|
||||||
bspc config top_padding 16
|
bspc config top_padding 16
|
||||||
bspc config focus_follows_pointer true
|
bspc config focus_follows_pointer true
|
||||||
|
|
||||||
bspc monitor DVI-I-1 -d I II III IV V
|
bspc monitor DVI-I-1 -d 1 2 3 4 5
|
||||||
bspc monitor DVI-D-0 -d VI VII VIII IX X
|
bspc monitor DVI-D-0 -d 6 7 8 9 10
|
||||||
|
|
||||||
bspc monitor DVI-I-1 -n ""
|
bspc monitor DVI-I-1 -n ""
|
||||||
bspc monitor DVI-D-0 -n ""
|
bspc monitor DVI-D-0 -n ""
|
||||||
|
|
|
@ -2,18 +2,17 @@
|
||||||
|
|
||||||
case $1 in
|
case $1 in
|
||||||
"play")
|
"play")
|
||||||
key="XF86AudioPlay"
|
playerctl play-pause
|
||||||
;;
|
;;
|
||||||
"next")
|
"next")
|
||||||
key="XF86AudioNext"
|
playerctl next
|
||||||
;;
|
;;
|
||||||
"prev")
|
"prev")
|
||||||
key="XF86AudioPrev"
|
playerctl previous
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
echo "Usage: $0 play|next|prev"
|
echo "Usage: $0 play|next|prev"
|
||||||
exit 1
|
exit 1
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
xdotool key --window $(xdotool search --name "Spotify (Premium |Unlimited |Free )?- Linux Preview"|head -n1) $key
|
|
||||||
exit 0
|
exit 0
|
||||||
|
|
|
@ -2,6 +2,15 @@
|
||||||
# wm independent hotkeys
|
# wm independent hotkeys
|
||||||
#
|
#
|
||||||
|
|
||||||
|
XF86AudioPlay
|
||||||
|
/home/alex/spotifykeys.sh play
|
||||||
|
|
||||||
|
XF86AudioNext
|
||||||
|
/home/alex/spotifykeys.sh next
|
||||||
|
|
||||||
|
XF86AudioPrev
|
||||||
|
/home/alex/spotifykeys.sh prev
|
||||||
|
|
||||||
# terminal emulator
|
# terminal emulator
|
||||||
super + Return
|
super + Return
|
||||||
urxvt
|
urxvt
|
||||||
|
|
0
x/.xinitrc
Normal file → Executable file
0
x/.xinitrc
Normal file → Executable file
Loading…
Reference in a new issue