1
1
Fork 0

Compare commits

..

2 commits

Author SHA1 Message Date
f54e78b4ff
hyprland: restart services at reload
Signed-off-by: Myned <dev@bjork.tech>
2024-09-15 19:50:21 -05:00
a6379abd7d
menu: use applications module instead of combined
Signed-off-by: Myned <dev@bjork.tech>
2024-09-15 19:49:34 -05:00
3 changed files with 7 additions and 10 deletions

View file

@ -101,7 +101,7 @@ in {
(key "Control_L" "Super+Ctrl+Alt+Shift" "layoutmsg" "removemaster") (key "Control_L" "Super+Ctrl+Alt+Shift" "layoutmsg" "removemaster")
(key "Control_L" "Super+Ctrl+Shift" "layoutmsg" "addmaster") (key "Control_L" "Super+Ctrl+Shift" "layoutmsg" "addmaster")
(key "Shift_L" "Super+Shift" "workspace" "previous") (key "Shift_L" "Super+Shift" "workspace" "previous")
(key "Super_L" "Super" "exec" "${menu}") (key "Super_L" "Super" "exec" "${menu} --applications")
(key "Super_L" "Super+Alt" "exec" "${menu} --passwords") (key "Super_L" "Super+Alt" "exec" "${menu} --passwords")
(key "Super_L" "Super+Ctrl" "exec" "${menu} --calculator") (key "Super_L" "Super+Ctrl" "exec" "${menu} --calculator")
(key "Super_L" "Super+Ctrl+Shift" "exec" "${menu} --networks") (key "Super_L" "Super+Ctrl+Shift" "exec" "${menu} --networks")

View file

@ -60,19 +60,17 @@ in {
]; ];
# https://wiki.hyprland.org/Configuring/Keywords/#executing # https://wiki.hyprland.org/Configuring/Keywords/#executing
#// exec = [ ]; exec = [
left # Left-handed at boot
"${systemctl} --user restart walker"
"${sleep} 2 && ${systemctl} --user restart waybar"
];
# https://wiki.hyprland.org/Configuring/Keywords/#executing # https://wiki.hyprland.org/Configuring/Keywords/#executing
exec-once = exec-once =
[ [
"${rm} ~/.cache/walker/clipboard.gob" # Clear clipboard
sway-audio-idle-inhibit # Inhibit idle while audio is playing sway-audio-idle-inhibit # Inhibit idle while audio is playing
left # Left-handed at boot "${rm} ~/.cache/walker/clipboard.gob" # Clear clipboard
# TODO: Remove when systemd service fixed
# https://github.com/Alexays/Waybar/issues/2882
"${sleep} 2 && ${systemctl} --user restart waybar"
"[group new lock; tile] ${firefox-esr}" "[group new lock; tile] ${firefox-esr}"
] ]
++ optionals config.custom.wallpaper ["wallpaper"]; ++ optionals config.custom.wallpaper ["wallpaper"];

View file

@ -47,7 +47,6 @@ in {
#// actions = false; # Desktop file actions #// actions = false; # Desktop file actions
switcher_only = false; switcher_only = false;
weight = 10;
}; };
dmenu = { dmenu = {