mirror of
https://github.com/librephoenix/nixos-config
synced 2025-01-18 22:55:52 +05:30
Add floating term bind
This commit is contained in:
parent
93e822ff05
commit
fc418c891e
|
@ -165,6 +165,8 @@ in
|
||||||
|
|
||||||
bind=SUPER,RETURN,exec,'' + userSettings.term + ''
|
bind=SUPER,RETURN,exec,'' + userSettings.term + ''
|
||||||
|
|
||||||
|
bind=SUPERSHIFT,RETURN,exec,'' + userSettings.term + " " + '' --class float_term
|
||||||
|
|
||||||
bind=SUPER,A,exec,'' + userSettings.spawnEditor + ''
|
bind=SUPER,A,exec,'' + userSettings.spawnEditor + ''
|
||||||
|
|
||||||
bind=SUPER,S,exec,'' + userSettings.spawnBrowser + ''
|
bind=SUPER,S,exec,'' + userSettings.spawnBrowser + ''
|
||||||
|
@ -266,6 +268,10 @@ in
|
||||||
windowrulev2 = workspace special:scratch_term ,$scratch_term
|
windowrulev2 = workspace special:scratch_term ,$scratch_term
|
||||||
windowrulev2 = center,$scratch_term
|
windowrulev2 = center,$scratch_term
|
||||||
|
|
||||||
|
$float_term = class:^(float_term)$
|
||||||
|
windowrulev2 = float,$float_term
|
||||||
|
windowrulev2 = center,$float_term
|
||||||
|
|
||||||
$scratch_ranger = class:^(scratch_ranger)$
|
$scratch_ranger = class:^(scratch_ranger)$
|
||||||
windowrulev2 = float,$scratch_ranger
|
windowrulev2 = float,$scratch_ranger
|
||||||
windowrulev2 = $scratchpadsize,$scratch_ranger
|
windowrulev2 = $scratchpadsize,$scratch_ranger
|
||||||
|
|
Loading…
Reference in a new issue