Compare commits

..

3 Commits

Author SHA1 Message Date
tux
51ed6c6d2c chore(hyprland): update keybind for pin action 2026-02-24 21:51:47 +05:30
tux
77edbf47ad feat: launch easyeffect on startup 2026-02-24 21:05:22 +05:30
tux
f7e6b47cb3 feat: add easyeffects to persist dir 2026-02-24 20:12:29 +05:30
2 changed files with 3 additions and 3 deletions

View File

@@ -112,6 +112,7 @@
".config/vesktop" ".config/vesktop"
".config/sops" ".config/sops"
".config/obs-studio" ".config/obs-studio"
".config/easyeffects"
".config/rustdesk" ".config/rustdesk"
".config/kdeconnect" ".config/kdeconnect"
".config/Moonlight\ Game\ Streaming\ Project" ".config/Moonlight\ Game\ Streaming\ Project"

View File

@@ -206,9 +206,7 @@
"SUPER_SHIFT, Q, forcekillactive" "SUPER_SHIFT, Q, forcekillactive"
"SUPER_SHIFT, F, fullscreen, 0" "SUPER_SHIFT, F, fullscreen, 0"
"SUPER_SHIFT, Space, exec, hyprctl dispatch togglefloating; hyprctl dispatch resizeactive exact 1200 800; hyprctl dispatch centerwindow;" "SUPER_SHIFT, Space, exec, hyprctl dispatch togglefloating; hyprctl dispatch resizeactive exact 1200 800; hyprctl dispatch centerwindow;"
"SUPER_SHIFT, P, exec, hyprctl dispatch pin"
# shutdown
"SUPER_SHIFT, P, exec, poweroff"
# lock # lock
"SUPER_SHIFT, L, exec, hyprlock" "SUPER_SHIFT, L, exec, hyprlock"
@@ -289,6 +287,7 @@
# load hyprland plugins # load hyprland plugins
"hyprctl plugin load '$HYPR_PLUGIN_DIR/lib/libhyprexpo.so'" "hyprctl plugin load '$HYPR_PLUGIN_DIR/lib/libhyprexpo.so'"
"easyeffects --w"
"awww-daemon" "awww-daemon"
"${pkgs.tpanel}/bin/tpanel" "${pkgs.tpanel}/bin/tpanel"
"kdeconnectd" "kdeconnectd"