Changed some variables in Hyprland config
Some checks failed
Check config / build (push) Failing after 10m17s
Some checks failed
Check config / build (push) Failing after 10m17s
This commit is contained in:
parent
0839c70c8a
commit
079c8af38f
@ -28,10 +28,11 @@ in
|
|||||||
"$browser" = "zen";
|
"$browser" = "zen";
|
||||||
"$screenShot" = "hyprshot -m region -o ~/Pictures/Screenshots";
|
"$screenShot" = "hyprshot -m region -o ~/Pictures/Screenshots";
|
||||||
"$sync" = "syncthing --no-browser";
|
"$sync" = "syncthing --no-browser";
|
||||||
|
"$dLauncher" = "$launcher";
|
||||||
# Todo : Add a notification daemon
|
# Todo : Add a notification daemon
|
||||||
|
|
||||||
exec-once = [
|
exec-once = [
|
||||||
"hyprlauncher"
|
"$dLauncher"
|
||||||
"systemctl --user start hyprpolkitagent"
|
"systemctl --user start hyprpolkitagent"
|
||||||
"awww-daemon"
|
"awww-daemon"
|
||||||
"$sync"
|
"$sync"
|
||||||
@ -77,7 +78,7 @@ in
|
|||||||
"$mod, Q, killactive"
|
"$mod, Q, killactive"
|
||||||
"$mod, RETURN, exec, $term"
|
"$mod, RETURN, exec, $term"
|
||||||
"$mod, M, exit"
|
"$mod, M, exit"
|
||||||
"$mod, R, exec, $launcher"
|
"$mod, R, exec, $dLauncher"
|
||||||
"$mod SHIFT, F, exec, $browser"
|
"$mod SHIFT, F, exec, $browser"
|
||||||
"$mod, E, exec, $fileManager"
|
"$mod, E, exec, $fileManager"
|
||||||
"$mod, F, fullscreen"
|
"$mod, F, fullscreen"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user