Skip to content

Commit 9c98adf

Browse files
chore: sync 2026-06-11 13:32
Changes: M config/noctalia/plugins/keybind-cheatsheet/settings.json M config/noctalia/settings.json
1 parent 117efb1 commit 9c98adf

2 files changed

Lines changed: 33 additions & 28 deletions

File tree

config/noctalia/plugins/keybind-cheatsheet/settings.json

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
},
1414
{
1515
"keys": "Super + SPACE",
16-
"desc": "exec rofi -show drun -config ~/.config/rofi/config.rasi",
16+
"desc": "exec qs -c noctalia-shell ipc call launcher toggle",
1717
"_verb": "exec",
18-
"_param": "rofi -show drun -config ~/.config/rofi/config.rasi",
18+
"_param": "qs -c noctalia-shell ipc call launcher toggle",
1919
"_mods": "Super",
2020
"_mainKey": "SPACE"
2121
},
@@ -51,6 +51,30 @@
5151
"_mods": "Super+Ctrl",
5252
"_mainKey": "E"
5353
},
54+
{
55+
"keys": "Super + Ctrl + R",
56+
"desc": "exec ~/.local/bin/stoa-bar-toggle",
57+
"_verb": "exec",
58+
"_param": "~/.local/bin/stoa-bar-toggle",
59+
"_mods": "Super+Ctrl",
60+
"_mainKey": "R"
61+
},
62+
{
63+
"keys": "Alt + TAB",
64+
"desc": "exec hyprswitch gui --mod-key alt --key tab --max-switch-offset 9 --hide-active-window-border",
65+
"_verb": "exec",
66+
"_param": "hyprswitch gui --mod-key alt --key tab --max-switch-offset 9 --hide-active-window-border",
67+
"_mods": "Alt",
68+
"_mainKey": "TAB"
69+
},
70+
{
71+
"keys": "Shift + Alt + TAB",
72+
"desc": "exec hyprswitch gui --mod-key alt --key tab --max-switch-offset 9 --hide-active-window-border -r",
73+
"_verb": "exec",
74+
"_param": "hyprswitch gui --mod-key alt --key tab --max-switch-offset 9 --hide-active-window-border -r",
75+
"_mods": "Shift+Alt",
76+
"_mainKey": "TAB"
77+
},
5478
{
5579
"keys": "Super + A",
5680
"desc": "exec ~/.local/bin/stoa-store",
@@ -107,14 +131,6 @@
107131
"_mods": "Super",
108132
"_mainKey": "O"
109133
},
110-
{
111-
"keys": "Super + M",
112-
"desc": "exec ~/.local/bin/stoa-memento",
113-
"_verb": "exec",
114-
"_param": "~/.local/bin/stoa-memento",
115-
"_mods": "Super",
116-
"_mainKey": "M"
117-
},
118134
{
119135
"keys": "Super + S",
120136
"desc": "exec ~/.local/bin/stoa-settings",
@@ -379,22 +395,6 @@
379395
"_mods": "Super",
380396
"_mainKey": "P"
381397
},
382-
{
383-
"keys": "CAPS_LOCK",
384-
"desc": "exec ~/.local/bin/stoa-osd capslock",
385-
"_verb": "exec",
386-
"_param": "~/.local/bin/stoa-osd capslock",
387-
"_mods": "",
388-
"_mainKey": "CAPS_LOCK"
389-
},
390-
{
391-
"keys": "NUM_LOCK",
392-
"desc": "exec ~/.local/bin/stoa-osd numlock",
393-
"_verb": "exec",
394-
"_param": "~/.local/bin/stoa-osd numlock",
395-
"_mods": "",
396-
"_mainKey": "NUM_LOCK"
397-
},
398398
{
399399
"keys": "PrtSc",
400400
"desc": "exec ~/.local/bin/stoa-capture",

config/noctalia/settings.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,12 @@
150150
],
151151
"left": [
152152
{
153-
"id": "plugin:stoa-health"
153+
"defaultSettings": {
154+
},
155+
"id": "plugin:stoa-doctor-pill"
156+
},
157+
{
158+
"id": "plugin:stoa-vitals"
154159
},
155160
{
156161
"compactMode": true,
@@ -670,7 +675,7 @@
670675
"firstDayOfWeek": 0,
671676
"hideWeatherCityName": false,
672677
"hideWeatherTimezone": false,
673-
"name": "Montreal",
678+
"name": "Panambi",
674679
"showCalendarEvents": true,
675680
"showCalendarWeather": true,
676681
"showWeekNumberInCalendar": true,

0 commit comments

Comments
 (0)