mirror of
https://github.com/librephoenix/nixos-config
synced 2025-01-18 14:45:51 +05:30
Compare commits
4 commits
de4875268a
...
4338c3a9b9
Author | SHA1 | Date | |
---|---|---|---|
4338c3a9b9 | |||
fc418c891e | |||
93e822ff05 | |||
e5ae013348 |
|
@ -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}')
|
||||
|
|
|
@ -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)$
|
||||
|
|
Loading…
Reference in a new issue