Compare commits
3 Commits
noctilia-e
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 881faf7aac | |||
| cb8eacf322 | |||
| 1a756d60e8 |
@@ -31,6 +31,7 @@
|
|||||||
|
|
||||||
shiftBinds = [
|
shiftBinds = [
|
||||||
"SUPER SHIFT, C, exec, dex ${desktopEntriesPath}/claude.desktop #\"Claude AI chat\""
|
"SUPER SHIFT, C, exec, dex ${desktopEntriesPath}/claude.desktop #\"Claude AI chat\""
|
||||||
|
"SUPER SHIFT, Escape, exec, noctalia-shell ipc call sessionMenu toggle #\"Open Session Menu\""
|
||||||
"SUPER SHIFT, G, exec, dex ${desktopEntriesPath}/chatgpt.desktop #\"ChatGPT AI chat\""
|
"SUPER SHIFT, G, exec, dex ${desktopEntriesPath}/chatgpt.desktop #\"ChatGPT AI chat\""
|
||||||
"SUPER SHIFT, K, exec, noctalia-shell ipc call plugin:keybind-cheatsheet toggle #\"Toggle keybind cheatsheet\""
|
"SUPER SHIFT, K, exec, noctalia-shell ipc call plugin:keybind-cheatsheet toggle #\"Toggle keybind cheatsheet\""
|
||||||
"SUPER SHIFT, M, exec, dex ${desktopEntriesPath}/messenger.desktop #\"Facebook Messenger client\""
|
"SUPER SHIFT, M, exec, dex ${desktopEntriesPath}/messenger.desktop #\"Facebook Messenger client\""
|
||||||
|
|||||||
@@ -5,11 +5,5 @@ _: {
|
|||||||
"dbus-update-activation-environment --all --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP"
|
"dbus-update-activation-environment --all --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP"
|
||||||
"systemctl --user import-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP"
|
"systemctl --user import-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP"
|
||||||
"systemctl --user start hyprpolkitagent"
|
"systemctl --user start hyprpolkitagent"
|
||||||
|
|
||||||
# "killall -q waybar"
|
|
||||||
# "pkill waybar"
|
|
||||||
# "killall -q swaync"
|
|
||||||
# "pkill swaync"
|
|
||||||
"noctalia-shell &"
|
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -32,7 +32,7 @@
|
|||||||
hyprlandConfigPath = "~/.config/hypr/hyprland.conf";
|
hyprlandConfigPath = "~/.config/hypr/hyprland.conf";
|
||||||
modKeyVariable = "SUPER";
|
modKeyVariable = "SUPER";
|
||||||
windowHeight = 850;
|
windowHeight = 850;
|
||||||
windowWidth = 700;
|
windowWidth = 1400;
|
||||||
autoHeight = true;
|
autoHeight = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user