mirror of
https://github.com/tiyn/dotfiles.git
synced 2025-03-31 08:27:46 +02:00
adding Music shortcut in sxhkd
This commit is contained in:
parent
1c106ea3b6
commit
a36b1e154d
@ -76,6 +76,8 @@ bindsym $mod+Shift+m move scratchpad
|
||||
|
||||
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+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 LATEX="code"
|
||||
export MAIL="thunderbird"
|
||||
export MUSIC="ncmpcpp"
|
||||
|
||||
# less/man colors
|
||||
export LESS=-R
|
||||
|
@ -29,6 +29,8 @@ super + n
|
||||
super + shift + n
|
||||
i3-scratchpad-dmenu.py
|
||||
#super + shift + o taken by i3
|
||||
super + p
|
||||
$MUSIC
|
||||
#super + q taken by i3
|
||||
#super + shift + q taken by i3
|
||||
super + r
|
||||
|
Loading…
x
Reference in New Issue
Block a user