From 8b2a565384d9fe4ef1c042f872e080af2bba7d3f Mon Sep 17 00:00:00 2001 From: Stephan Raabe Date: Fri, 1 Sep 2023 12:05:42 +0200 Subject: [PATCH] Updates --- .bashrc | 1 + hypr/hyprland.conf | 5 ++++- waybar/myconfig | 14 +++++++++++--- 3 files changed, 16 insertions(+), 4 deletions(-) diff --git a/.bashrc b/.bashrc index 0479af5..0da0a04 100644 --- a/.bashrc +++ b/.bashrc @@ -34,6 +34,7 @@ alias shotsel='scrot -s' alias wifi='nmtui' alias od='~/private/onedrive.sh' alias rw='~/dotfiles/waybar/reload.sh' +alias winclass="xprop | grep 'CLASS'" # Window Managers diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index 5bd6233..a630233 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -56,7 +56,7 @@ input { # General window layout and colors # ----------------------------------------------------- general { - gaps_in = 7 + gaps_in = 10 gaps_out = 14 border_size = 3 col.active_border = $color11 @@ -127,6 +127,9 @@ device:epic-mouse-v1 { # ----------------------------------------------------- windowrule = tile,^(Brave-browser)$ windowrule = tile,^(Chromium)$ +windowrule = float,^(pavucontrol)$ +windowrule = float,^(blueman-manager)$ + # ----------------------------------------------------- # Key bindings diff --git a/waybar/myconfig b/waybar/myconfig index 816390d..12925db 100644 --- a/waybar/myconfig +++ b/waybar/myconfig @@ -9,11 +9,19 @@ // ----------------------------------------------------- // { - // General Settings - "layer": "top", - "height": 16, + // Position TOP + "position": "top", "margin-top": 14, "margin-bottom": 0, + + // Position BOTTOM + // "position": "bottom", + // "margin-bottom": 14, + // "margin-top": 0, + + // General Settings + "layer": "top", + "height": 16, "margin-left": 0, "margin-right": 0, "spacing": 0,