Added clipboard and pass password manager

Added volume control
Added mpc notify key binding
This commit is contained in:
2019-09-12 08:31:12 +02:00
parent d703d4c734
commit 863a0b8d05

View File

@@ -28,16 +28,12 @@ alt + {_,shift + }{h,j,k,l}
# rotate window position
super + {comma,period}
bspc desktop -C {backward,forward}
bspc node @/ --rotate {90,-90}
# Mirror and flip leaves of tree
alt + {comma,period}
bspc node @/ -F {horizontal,vertical}
# Rotate leaves of tree
alt + shift + {period,comma}
bspc node @/ -R {90,270}
# switch workspace on desktop
alt + bracket{left,right}
bspc desktop -f {prev,next}
@@ -70,17 +66,23 @@ alt + Return
super + space
dmenu_run -fn "-misc-tamlin-medium-r-normal--16-116-100-100-c-80-iso10646-1" -nb "#000000" -sb "#517ba2"
# mpd next track
alt + n
mpc -h 192.168.0.1 next
# clipboard manager
super + c
clipmenu -fn "-misc-tamlin-medium-r-normal--16-116-100-100-c-80-iso10646-1" -nb "#000000" -sb "#517ba2"
# mpd previous track
alt + p
mpc -h 192.168.0.1 prev
super + shift + c
clearclip
# play / pause mpd
alt + s
mpc -h 192.168.0.1 toggle
# password manager
super + p
passmenu -fn "-misc-tamlin-medium-r-normal--16-116-100-100-c-80-iso10646-1" -nb "#000000" -sb "#517ba2"
# media controls
alt + {n,p,s}
mpc --host=slainsmpdserver@shadowblade.lan --port 6600 {next,prev,toggle}
XF86Audio{Next,Prev,Play}
mpc --host=slainsmpdserver@shadowblade.lan --port 6600 {next,prev,toggle}
# file manager
alt + BackSpace
@@ -94,6 +96,10 @@ alt + shift + b
alt + shift + x
steam
# notification for current song from mpd
alt + i
mpdnotify
# lock screen
ctrl + super + l
dm-tool switch-to-greeter
@@ -102,17 +108,9 @@ ctrl + super + l
ctrl + super + m
blankmonitor
# put rocket legue over both monitors
alt + c
xdotool search --name "Rocket League" windowactivate windowmove 0 0
# increase master volume
alt + i
pamixer -i 5
# decrease master volume
alt + u
pamixer -d 5
# volume control
XF86Audio{Raise,Lower}Volume
pamixer {-i5,-d5}
# mute toggle
alt + m