adding Music shortcut in sxhkd

master
tiynger 5 years ago
parent 1c106ea3b6
commit a36b1e154d

@ -49,7 +49,7 @@ bindsym $mod+Shift+b bar mode toggle
#bindsym $mod+c taken by sxhkd #bindsym $mod+c taken by sxhkd
bindsym $mod+Shift+d floating toggle bindsym $mod+Shift+d floating toggle
bindsym $mod+Shift+f fullscreen toggle bindsym $mod+Shift+f fullscreen toggle
@ -69,13 +69,15 @@ bindsym $mod+l focus right
bindsym $mod+Shift+l move right 30 bindsym $mod+Shift+l move right 30
#bindsym $mod+m taken by sxhkd #bindsym $mod+m taken by sxhkd
bindsym $mod+Shift+m move scratchpad bindsym $mod+Shift+m move scratchpad
#bindsym $mod+n taken by sxhkd #bindsym $mod+n taken by sxhkd
#bindsym $mod+Shift+n taken by sxhkd #bindsym $mod+Shift+n taken by sxhkd
bindsym $mod+Shift+o exec --no-startup-id i3resize right bindsym $mod+Shift+o exec --no-startup-id i3resize right
#bindym $mod+p taken by sxhkd
bindsym $mod+q [con_id="__focused__" instance="^(?!dropdown_).*$"] kill bindsym $mod+q [con_id="__focused__" instance="^(?!dropdown_).*$"] kill
bindsym $mod+Shift+q [con_id="__focused__" instance="^(?!dropdown_).*$"] exec --no-startup-id kill -9 `xdotool getwindowfocus getwindowpid` bindsym $mod+Shift+q [con_id="__focused__" instance="^(?!dropdown_).*$"] exec --no-startup-id kill -9 `xdotool getwindowfocus getwindowpid`

@ -20,6 +20,7 @@ export TABLE="sc-im"
export IMAGE="sxiv" export IMAGE="sxiv"
export LATEX="code" export LATEX="code"
export MAIL="thunderbird" export MAIL="thunderbird"
export MUSIC="ncmpcpp"
# less/man colors # less/man colors
export LESS=-R export LESS=-R

@ -29,6 +29,8 @@ super + n
super + shift + n super + shift + n
i3-scratchpad-dmenu.py i3-scratchpad-dmenu.py
#super + shift + o taken by i3 #super + shift + o taken by i3
super + p
$MUSIC
#super + q taken by i3 #super + q taken by i3
#super + shift + q taken by i3 #super + shift + q taken by i3
super + r super + r

Loading…
Cancel
Save