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+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")
|
||||||
|
|
|
@ -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"];
|
||||||
|
|
|
@ -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 = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue