1
1
Fork 0

Compare commits

..

No commits in common. "f54e78b4ff1da42786f70a643d6d2943c7ff4df5" and "c1bc2167902628f4a47a41551a279c95abdf662a" have entirely different histories.

3 changed files with 10 additions and 7 deletions

View file

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

View file

@ -60,17 +60,19 @@ in {
];
# https://wiki.hyprland.org/Configuring/Keywords/#executing
exec = [
left # Left-handed at boot
"${systemctl} --user restart walker"
"${sleep} 2 && ${systemctl} --user restart waybar"
];
#// exec = [ ];
# https://wiki.hyprland.org/Configuring/Keywords/#executing
exec-once =
[
sway-audio-idle-inhibit # Inhibit idle while audio is playing
"${rm} ~/.cache/walker/clipboard.gob" # Clear clipboard
sway-audio-idle-inhibit # Inhibit idle while audio is playing
left # Left-handed at boot
# 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}"
]
++ optionals config.custom.wallpaper ["wallpaper"];

View file

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