home: firefox: tridactyl: refactor editor float
All checks were successful
ci/woodpecker/push/check Pipeline was successful
All checks were successful
ci/woodpecker/push/check Pipeline was successful
Ghostty *needs* a specific format for its `--class`, but not for its `--title`.
This commit is contained in:
parent
0a4138d143
commit
94de238cd5
2 changed files with 2 additions and 2 deletions
|
|
@ -25,7 +25,7 @@ in
|
||||||
# Use my configured terminal
|
# Use my configured terminal
|
||||||
term
|
term
|
||||||
# Make it easy to pick out with a window class name
|
# Make it easy to pick out with a window class name
|
||||||
"--class tridactyl_editor"
|
"--title=tridactyl_editor"
|
||||||
# Open vim with the cursor in the correct position
|
# Open vim with the cursor in the correct position
|
||||||
vimCommandLine
|
vimCommandLine
|
||||||
];
|
];
|
||||||
|
|
|
||||||
|
|
@ -136,7 +136,7 @@ in
|
||||||
inherit modifier;
|
inherit modifier;
|
||||||
|
|
||||||
criteria = [
|
criteria = [
|
||||||
{ class = "^tridactyl_editor$"; }
|
{ title = "^tridactyl_editor$"; }
|
||||||
{ class = "^Blueman-.*$"; }
|
{ class = "^Blueman-.*$"; }
|
||||||
{ title = "^htop$"; }
|
{ title = "^htop$"; }
|
||||||
{ class = "^Thunderbird$"; instance = "Mailnews"; window_role = "filterlist"; }
|
{ class = "^Thunderbird$"; instance = "Mailnews"; window_role = "filterlist"; }
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue