Fixed scripts not running
This commit is contained in:
@@ -6,8 +6,8 @@
|
||||
lockScreen = "hyprlock";
|
||||
menu = "fuzzel";
|
||||
passwordManager = "pass-autotype";
|
||||
powerMenu = "~/.config/hypr/hyprland/scripts/powermenu.sh";
|
||||
screenshot = "~/.config/hypr/hyprland/scripts/screenshot.sh";
|
||||
powerMenu = "bash ~/.config/hypr/hyprland/scripts/powermenu.sh";
|
||||
screenshot = "bash ~/.config/hypr/hyprland/scripts/screenshot.sh";
|
||||
terminal = "kitty";
|
||||
themeSwitcher = "~/.config/hypr/hyprland/scripts/themeswitch.sh";
|
||||
themeSwitcher = "bash ~/.config/hypr/hyprland/scripts/themeswitch.sh";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user