niri: swap back roles for ghostty and kitty & fish: safer gc (git clone) alias

This commit is contained in:
2025-12-19 15:03:02 +01:00
parent 6725b32cdb
commit a868f645fa
7 changed files with 27 additions and 15 deletions

View File

@@ -16,7 +16,7 @@ MonitorItem {
action.signal(15);
return ;
}
action.exec(["kitty", "-e", "btop"]);
action.exec(["ghostty", "-e", "btop"]);
}
Process {

View File

@@ -16,7 +16,7 @@ MonitorItem {
action.signal(15);
return ;
}
action.exec(["kitty", "-e", "btop"]);
action.exec(["ghostty", "-e", "btop"]);
}
Process {

View File

@@ -19,7 +19,7 @@ MonitorItem {
action.signal(15);
return ;
}
action.exec(["kitty", "-e", "btop"]);
action.exec(["ghostty", "-e", "btop"]);
}
onRightClicked: {
_showPercent = !_showPercent;