Compare commits
2 commits
c1bc216790
...
f54e78b4ff
Author | SHA1 | Date | |
---|---|---|---|
f54e78b4ff | |||
a6379abd7d |
3 changed files with 7 additions and 10 deletions
|
@ -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}")
|
||||
(key "Super_L" "Super" "exec" "${menu} --applications")
|
||||
(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")
|
||||
|
|
|
@ -60,19 +60,17 @@ in {
|
|||
];
|
||||
|
||||
# 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
|
||||
exec-once =
|
||||
[
|
||||
"${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"
|
||||
|
||||
"${rm} ~/.cache/walker/clipboard.gob" # Clear clipboard
|
||||
"[group new lock; tile] ${firefox-esr}"
|
||||
]
|
||||
++ optionals config.custom.wallpaper ["wallpaper"];
|
||||
|
|
|
@ -47,7 +47,6 @@ in {
|
|||
#// actions = false; # Desktop file actions
|
||||
|
||||
switcher_only = false;
|
||||
weight = 10;
|
||||
};
|
||||
|
||||
dmenu = {
|
||||
|
|
Loading…
Add table
Reference in a new issue