[wm] Switches to Rofi for launcher and power button

This commit is contained in:
2025-02-26 18:12:22 -08:00
parent f596457b4c
commit 8e63ca63a0
3 changed files with 9 additions and 6 deletions

View File

@@ -18,7 +18,8 @@
"$terminal" = "alacritty";
"$fileManager" = "dolphin";
"$menu" = "wofi --show drun,run";
# TODO: Extract the themes I want into Home Manager
"$menu" = "rofi -show drun -theme .config/rofi/launchers/type-3/style-1.rasi";
"$browser" = "firefox";
exec-once = [
@@ -286,9 +287,10 @@
"$mainMod + SHIFT, S, exec, hyprshot -m region --clipboard-only"
"$mainMod, C, exec, swaync-client -t"
"$mainMod + L_CONTROL, Q, exit,"
"$mainMod, X, exec, hyprlock"
"$mainMod + SHIFT, X, exec, systemctl suspend"
"$mainMod + L_CONTROL, Q, exec, /home/drew/.config/rofi/powermenu/type-2/powermenu.sh"
"$mainMod, X, exec, /home/drew/.config/rofi/powermenu/type-2/powermenu.sh"
# "$mainMod, X, exec, hyprlock"
# "$mainMod + SHIFT, X, exec, systemctl suspend"
"$mainMod, F, togglefloating,"
"$mainMod + SHIFT, F, fullscreen, 1"