config: Add GVimNotes shortcut and modifiers
parent
acbc673059
commit
2358ae69c3
2
config
2
config
|
@ -199,6 +199,7 @@ for_window [title="myNoise.net Minified Player"] floating enable
|
||||||
for_window [class="Galculator"] floating enable
|
for_window [class="Galculator"] floating enable
|
||||||
for_window [class="Audacious"] floating enable
|
for_window [class="Audacious"] floating enable
|
||||||
for_window [class="Pinentry"] floating enable
|
for_window [class="Pinentry"] floating enable
|
||||||
|
for_window [window_role="GvimNotes"] floating enable
|
||||||
assign [window_role="conversation"] 3
|
assign [window_role="conversation"] 3
|
||||||
|
|
||||||
# multimedia keys
|
# multimedia keys
|
||||||
|
@ -222,3 +223,4 @@ bindsym $modb+t exec exec passmenu
|
||||||
bindsym $modb+g exec exec dmenu_snips
|
bindsym $modb+g exec exec dmenu_snips
|
||||||
bindsym $modb+XF86AudioPlay exec exec audacious
|
bindsym $modb+XF86AudioPlay exec exec audacious
|
||||||
bindsym $modb+v exec exec cachedpass ${USER}
|
bindsym $modb+v exec exec cachedpass ${USER}
|
||||||
|
bindsym $modb+n exec exec gvimnotes
|
||||||
|
|
Reference in New Issue