Compare commits

...

4 commits

Author SHA1 Message Date
Emmet 4338c3a9b9 Fix unbind in normal mode error 2024-09-08 11:29:28 -05:00
Emmet fc418c891e Add floating term bind 2024-09-08 11:26:52 -05:00
Emmet 93e822ff05 Fix blender render floating 2024-09-08 11:26:45 -05:00
Emmet e5ae013348 Extra qb passthrough binds 2024-09-08 11:26:26 -05:00
2 changed files with 14 additions and 1 deletions

View file

@ -225,6 +225,11 @@ config.bind('<Ctrl-W>', 'tab-close', mode='passthrough')
config.bind('<Ctrl-Tab>', 'tab-next', mode='passthrough')
config.bind('<Ctrl-Shift-Tab>', 'tab-prev', mode='passthrough')
config.bind('<Ctrl-B>', 'cmd-set-text -s :quickmark-load -t', mode='passthrough')
config.bind('<Ctrl-O>', 'cmd-set-text -s :open -t', mode='passthrough')
config.bind('<Ctrl-F>', 'cmd-set-text /', mode='passthrough')
config.bind('<Ctrl-R>', 'reload', mode='passthrough')
config.unbind('<Ctrl-X>')
config.unbind('<Ctrl-A>')
# spawn external programs
config.bind(',m', 'hint links spawn mpv {hint-url}')

View file

@ -165,6 +165,8 @@ in
bind=SUPER,RETURN,exec,'' + userSettings.term + ''
bind=SUPERSHIFT,RETURN,exec,'' + userSettings.term + " " + '' --class float_term
bind=SUPER,A,exec,'' + userSettings.spawnEditor + ''
bind=SUPER,S,exec,'' + userSettings.spawnBrowser + ''
@ -266,6 +268,10 @@ in
windowrulev2 = workspace special:scratch_term ,$scratch_term
windowrulev2 = center,$scratch_term
$float_term = class:^(float_term)$
windowrulev2 = float,$float_term
windowrulev2 = center,$float_term
$scratch_ranger = class:^(scratch_ranger)$
windowrulev2 = float,$scratch_ranger
windowrulev2 = $scratchpadsize,$scratch_ranger
@ -315,7 +321,9 @@ in
windowrulev2 = float,class:^(pokefinder)$
windowrulev2 = float,class:^(Waydroid)$
windowrulev2 = float,class:^(blender)$
windowrulev2 = float,title:^(Blender Render)$
windowrulev2 = size 86% 85%,title:^(Blender Render)$
windowrulev2 = center,title:^(Blender Render)$
windowrulev2 = float,class:^(org.inkscape.Inkscape)$
windowrulev2 = float,class:^(pinta)$
windowrulev2 = float,class:^(krita)$