niri: swap roles for ghostty and kitty & ghostty: ghostty-capture
This commit is contained in:
@@ -16,7 +16,7 @@ MonitorItem {
|
||||
action.signal(15);
|
||||
return ;
|
||||
}
|
||||
action.exec(["ghostty", "-e", "btop"]);
|
||||
action.exec(["kitty", "-e", "btop"]);
|
||||
}
|
||||
|
||||
Process {
|
||||
|
||||
@@ -16,7 +16,7 @@ MonitorItem {
|
||||
action.signal(15);
|
||||
return ;
|
||||
}
|
||||
action.exec(["ghostty", "-e", "btop"]);
|
||||
action.exec(["kitty", "-e", "btop"]);
|
||||
}
|
||||
|
||||
Process {
|
||||
|
||||
@@ -19,7 +19,7 @@ MonitorItem {
|
||||
action.signal(15);
|
||||
return ;
|
||||
}
|
||||
action.exec(["ghostty", "-e", "btop"]);
|
||||
action.exec(["kitty", "-e", "btop"]);
|
||||
}
|
||||
onRightClicked: {
|
||||
_showPercent = !_showPercent;
|
||||
|
||||
Reference in New Issue
Block a user