From 42cb299c670e99ccdecdbec0ff209d528896206d Mon Sep 17 00:00:00 2001 From: Leon Wilzer Date: Sat, 22 Jun 2024 15:53:43 +0200 Subject: [PATCH] gaps & mako --- hyprland.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/hyprland.conf b/hyprland.conf index e505374..8aaa8df 100644 --- a/hyprland.conf +++ b/hyprland.conf @@ -60,10 +60,9 @@ $menu = wofi --show drun # Autostart necessary processes (like notifications daemons, status bars, etc.) # Or execute your favorite apps at launch like this: -# exec-once = nm-applet & exec-once = waybar exec-once = hyprpaper - +exec-once = mako ############################# ### ENVIRONMENT VARIABLES ### @@ -83,8 +82,8 @@ env = HYPRCURSOR_SIZE,24 # https://wiki.hyprland.org/Configuring/Variables/#general general { - gaps_in = 5 - gaps_out = 20 + gaps_in = 4 + gaps_out = 8 border_size = 2 @@ -207,6 +206,7 @@ bind = $mainMod $subMod, Q, killactive, bind = $mainMod, M, exit, bind = $mainMod, E, exec, $fileManager bind = $mainMod, V, togglefloating, +bind = $mainMod, C, fullscreen, bind = $mainMod, R, exec, $menu bind = $mainMod, P, pseudo, # dwindle bind = $mainMod, J, togglesplit, # dwindle