From f8934d532d0344be1783136280e084d0d3003c11 Mon Sep 17 00:00:00 2001 From: yyasha Date: Fri, 10 May 2024 11:25:57 +0300 Subject: [PATCH] hide waybar --- hypr/hyprland.conf | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index 6bf0823..f221cb9 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -6,8 +6,8 @@ autogenerated = 0 # remove this line to remove the warning # See https://wiki.hyprland.org/Configuring/Monitors/ -monitor=eDP-1,preferred,auto,auto -monitor=HDMI-A-1,preferred,auto,1 +monitor=eDP-1,1920x1080@60,auto,auto +monitor=HDMI-A-1,1920x1080@75,auto,1 # See https://wiki.hyprland.org/Configuring/Keywords/ for more @@ -22,6 +22,7 @@ $terminal = gnome-terminal $fileManager = nemo $menu = wofi --show drun $screenlock = hyprlock +$hide_waybar = killall -SIGUSR1 waybar # Some default env vars. env = XCURSOR_SIZE,24 @@ -50,7 +51,7 @@ general { # See https://wiki.hyprland.org/Configuring/Variables/ for more gaps_in = 2 - gaps_out = 5 + gaps_out = 3 border_size = 2 col.active_border = rgba(c794f7dd) rgba(94c4f7dd) 45deg col.inactive_border = rgba(595959aa) @@ -145,7 +146,7 @@ bind = $mainMod, M, exit, bind = $mainMod, E, exec, $fileManager bind = $mainMod, V, togglefloating, bind = $mainMod, W, exec, $menu -bind = $mainMod, P, pseudo, # dwindle +bind = $mainMod, P, exec, $hide_waybar # dwindle bind = $mainMod, J, togglesplit, # dwindle # Move focus with mainMod + arrow keys