Window borders and popup menus #1716
-
Hey there, I had 2 questions:
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 5 replies
-
Hi there, Hope you're having an awesome day, just to gather some more info here to help everyone understand what's going on: with regards to "1" are you referring to general borders? (like the ones that contain "file", "view", etc etc. in electron applications) or the hyprland ones? for 2, you might want to have a look at window behavioural rules in hyprland and tailor the window behaviour per application. Maybe give this a shot? https://wiki.hyprland.org/Configuring/Window-Rules/ Lemme know |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
For 1,
I don't see any general rules for this setup in the dotfiles so lets assume you're using Vim and you haven't made any changes to the config files yourself,
Back up "/home/[your awesome username goes here]/.config/hypr
/hyprland.conf" in case you make a screw up and want to revert back.
Then run this in your terminal:
sudo vim /home/[your awesome username goes here]/.config/hypr /hyprland.conf
Scroll down to "Layouts" (author didn't make a section for it so "layouts" is probably good)
Add the following:
general { gaps_in = 1 #change until comfy gaps_out = 1 #change until comfy layout = dwindle allow_tearing = false }
That should give you a more tight fit. You can add other things in…