Change context keybinding to take action (Dunst)
parent
cfcc127c12
commit
534c9e5e4a
|
@ -15,7 +15,7 @@
|
|||
#
|
||||
# If this option is set to mouse or keyboard, the monitor option
|
||||
# will be ignored.
|
||||
follow = mouse
|
||||
follow = none
|
||||
|
||||
# The geometry of the window:
|
||||
# [{width}]x{height}[+/-{x}+/-{y}]
|
||||
|
@ -174,7 +174,7 @@
|
|||
sticky_history = yes
|
||||
|
||||
# Maximum amount of notifications kept in history
|
||||
history_length = 20
|
||||
history_length = 100
|
||||
|
||||
### Misc/Advanced ###
|
||||
|
||||
|
@ -240,7 +240,7 @@
|
|||
history = ctrl+mod1+space
|
||||
|
||||
# Context menu.
|
||||
context = ctrl+mod1+period
|
||||
context = ctrl+mod1+enter
|
||||
|
||||
[urgency_low]
|
||||
# IMPORTANT: colors have to be defined in quotation marks.
|
||||
|
|
|
@ -127,11 +127,11 @@ bindsym $mod+r mode "resize"
|
|||
|
||||
#put workspace 1 on main screen
|
||||
workspace 1 output DVI-D-0
|
||||
workspace 2 output HDMI-0
|
||||
workspace 2 output HDMI-0
|
||||
workspace 3 output DVI-D-0
|
||||
workspace 4 output HDMI-0
|
||||
workspace 4 output HDMI-0
|
||||
workspace 5 output DVI-D-0
|
||||
workspace 6 output HDMI-0
|
||||
workspace 6 output HDMI-0
|
||||
|
||||
#start compositor
|
||||
exec --no-startup-id compton
|
||||
|
@ -208,7 +208,7 @@ exec atom
|
|||
exec firefox
|
||||
|
||||
|
||||
# Cadence will take care of all we need :
|
||||
# Cadence will take care of all we need :
|
||||
# - Config tells Cadence to start LADISH, export MIDI hw and start A2J ;
|
||||
# - LADISH implies JACK starts, then it will starts needed apps (e.g. Non-Mixer)
|
||||
exec --no-startup-id cadence-session-start --start
|
||||
|
|
Loading…
Reference in New Issue