cleanig up hyprland config
This commit is contained in:
parent
4526d9c757
commit
384781add6
|
@ -10,7 +10,6 @@
|
||||||
slurp
|
slurp
|
||||||
hyprpicker
|
hyprpicker
|
||||||
swappy
|
swappy
|
||||||
# hypridle
|
|
||||||
playerctl
|
playerctl
|
||||||
];
|
];
|
||||||
|
|
||||||
|
@ -21,7 +20,7 @@
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
"$mod" = "SUPER";
|
"$mod" = "SUPER";
|
||||||
"$sciPath" = "~/nix/modules/hyprland/hyprland/scripts";
|
"$sciPath" = "~/nix/modules/hypr/hyprland/scripts";
|
||||||
|
|
||||||
cursor = {
|
cursor = {
|
||||||
inactive_timeout = "3";
|
inactive_timeout = "3";
|
||||||
|
@ -45,7 +44,6 @@
|
||||||
|
|
||||||
exec-once = [
|
exec-once = [
|
||||||
"ags"
|
"ags"
|
||||||
# "sh $sciPath/hypridle.sh"
|
|
||||||
];
|
];
|
||||||
|
|
||||||
windowrule = [
|
windowrule = [
|
||||||
|
|
Loading…
Reference in a new issue