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