From 33a005f9002975d65b202c087514c49dbbde3e66 Mon Sep 17 00:00:00 2001 From: Benjamin Palko Date: Tue, 30 Jul 2024 11:33:42 -0400 Subject: [PATCH] add new rofi menus --- hypr/config/keybinds.conf | 2 +- hypr/hyprland.conf | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/hypr/config/keybinds.conf b/hypr/config/keybinds.conf index 7520359..d9e8607 100644 --- a/hypr/config/keybinds.conf +++ b/hypr/config/keybinds.conf @@ -2,7 +2,7 @@ # Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more bind = $mainMod, T, exec, $terminal bind = $mainMod, X, killactive, -bind = $mainMod, ESCAPE, exit, +bind = $mainMod, ESCAPE, exec, $powerMenu bind = $mainMod, E, exec, $fileManager bind = $mainMod, F, togglefloating, bind = $mainMod, R, exec, $menu diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index 988b711..4fe2bde 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -30,7 +30,8 @@ source = ~/.cache/wal/colors-hyprland.conf # Set programs that you use $terminal = kitty $fileManager = Thunar -$menu = rofi -show drun +$menu = ~/.config/rofi/scripts/launcher_t2 +$powerMenu = ~/.config/rofi/scripts/powermenu_t1 $lockScreen = hyprlock # See https://wiki.hyprland.org/Configuring/Keywords/ for more