Declared hyprland configs

This commit is contained in:
2026-04-08 17:50:06 +02:00
parent 284016a9bd
commit 6616d8bc0e
14 changed files with 1681 additions and 21 deletions

View File

@@ -0,0 +1,13 @@
{
colorPicker = "hyprpicker --autocopy";
fileManager = "nautilus";
fileManagerTUI = "kitty -e ranger";
floatingModeToggle = "htt ~/.cache/htt/rules";
lockScreen = "hyprlock";
menu = "fuzzel";
passwordManager = "pass-autotype";
powerMenu = "~/.config/hypr/hyprland/scripts/powermenu.sh";
screenshot = "~/.config/hypr/hyprland/scripts/screenshot.sh";
terminal = "kitty";
themeSwitcher = "~/.config/hypr/hyprland/scripts/themeswitch.sh";
}