🚀 perf(hypr): some useless code in the config
This commit is contained in:
parent
cae5f6e801
commit
602f45fa9d
3 changed files with 3 additions and 8 deletions
|
@ -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"
|
|
||||||
|
|
|
@ -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"
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue