Compare commits
No commits in common. "f54e78b4ff1da42786f70a643d6d2943c7ff4df5" and "c1bc2167902628f4a47a41551a279c95abdf662a" have entirely different histories.
f54e78b4ff
...
c1bc216790
3 changed files with 10 additions and 7 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} --applications")
|
(key "Super_L" "Super" "exec" "${menu}")
|
||||||
(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,17 +60,19 @@ 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 =
|
||||||
[
|
[
|
||||||
sway-audio-idle-inhibit # Inhibit idle while audio is playing
|
|
||||||
"${rm} ~/.cache/walker/clipboard.gob" # Clear clipboard
|
"${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}"
|
"[group new lock; tile] ${firefox-esr}"
|
||||||
]
|
]
|
||||||
++ optionals config.custom.wallpaper ["wallpaper"];
|
++ optionals config.custom.wallpaper ["wallpaper"];
|
||||||
|
|
|
@ -47,6 +47,7 @@ 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