🚀 perf(hypr): some useless code in the config

This commit is contained in:
Sergio Laín 2023-11-08 00:35:57 +01:00
parent cae5f6e801
commit 602f45fa9d
No known key found for this signature in database
GPG key ID: 14C9B8080681777B
3 changed files with 3 additions and 8 deletions

View file

@ -1,4 +1,3 @@
#!/usr/bin/bash #!/usr/bin/bash
FOCUSED_MONITOR_NAME=$(hyprctl monitors -j | jq -r '.[] | select(.focused == true) | .name') hyprctl monitors -j | jq -r '.[] | select(.focused == true) | .name'
echo "$FOCUSED_MONITOR_NAME"

View file

@ -1,4 +1,4 @@
#!/usr/bin/bash #!/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"

View file

@ -57,10 +57,6 @@ dwindle {
preserve_split = true preserve_split = true
} }
master {
}
gestures { gestures {
workspace_swipe=yes workspace_swipe=yes
workspace_swipe_fingers=4 workspace_swipe_fingers=4