From 9c51807e1a66d1c0e6ba924fb775b6a439e09faf Mon Sep 17 00:00:00 2001 From: htamas Date: Wed, 20 Aug 2025 21:48:40 +0200 Subject: [PATCH] working rofi, and fullscreen binds --- hypr/hyprland.conf | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index 6363824..21dbde1 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -35,7 +35,8 @@ monitor=,preferred,auto,auto #still need to test if this works with second monit # Set programs that you use $terminal = ghostty $fileManager = nemo -$menu = wofi --show drun +$menu = rofi -show drun -p "Search> " | xargs -I{} search {} + ################# ### AUTOSTART ### ################# @@ -238,6 +239,9 @@ bind = $mainMod, Space, exec, $menu bind = $mainMod, P, pseudo, # dwindle bind = $mainMod, J, togglesplit, # dwindle bind = $mainMod, B, exec, xdg-open https:// +bind = $mainMod, Space, exec, $menu +bind = $mainMod SHIFT, F, fullscreen +bind = $mainMod CTRL, F, fullscreen, 1 # Move focus with mainMod + arrow keys bind = $mainMod, left, movefocus, l