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