14 lines
448 B
Nix
14 lines
448 B
Nix
|
|
{
|
||
|
|
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";
|
||
|
|
}
|