From 602f45fa9db93d37993795ec74142c49140c4a13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Wed, 8 Nov 2023 00:35:57 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20perf(hypr):=20some=20useless=20c?= =?UTF-8?q?ode=20in=20the=20config?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/hypr/scripts/focused_monitor | 3 +-- .config/hypr/scripts/rofi/keybindings | 4 ++-- .config/hypr/themes/luna/luna.conf | 4 ---- 3 files changed, 3 insertions(+), 8 deletions(-) diff --git a/.config/hypr/scripts/focused_monitor b/.config/hypr/scripts/focused_monitor index 7df3b25b..eea9decb 100755 --- a/.config/hypr/scripts/focused_monitor +++ b/.config/hypr/scripts/focused_monitor @@ -1,4 +1,3 @@ #!/usr/bin/bash -FOCUSED_MONITOR_NAME=$(hyprctl monitors -j | jq -r '.[] | select(.focused == true) | .name') -echo "$FOCUSED_MONITOR_NAME" +hyprctl monitors -j | jq -r '.[] | select(.focused == true) | .name' diff --git a/.config/hypr/scripts/rofi/keybindings b/.config/hypr/scripts/rofi/keybindings index 9be42ce4..1f576d0b 100755 --- a/.config/hypr/scripts/rofi/keybindings +++ b/.config/hypr/scripts/rofi/keybindings @@ -1,4 +1,4 @@ #!/usr/bin/bash -CONFIG=$(rofi -show file-browser-extended -theme ~/.config/rofi/style.rasi -file-browser-stdout -file-browser-dir $HOME/.config/keyb/bindings) +CONFIG=$(rofi -show file-browser-extended -theme ~/.config/rofi/style.rasi -file-browser-stdout -file-browser-dir "$HOME"/.config/keyb/bindings) -kitty --class keyb-kitty keyb -k $CONFIG +kitty --class keyb-kitty keyb -k "$CONFIG" diff --git a/.config/hypr/themes/luna/luna.conf b/.config/hypr/themes/luna/luna.conf index 12ccd94e..39f3c465 100644 --- a/.config/hypr/themes/luna/luna.conf +++ b/.config/hypr/themes/luna/luna.conf @@ -57,10 +57,6 @@ dwindle { preserve_split = true } -master { - -} - gestures { workspace_swipe=yes workspace_swipe_fingers=4