File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ exec-once = [workspace 9 silent] zulip
1515windowrule = workspace 9 silent, ^(Zulip)$
1616exec-once = hyprctl dispatch workspace 3 && zen && sleep 0.3 && hyprctl dispatch workspace 2
1717# zen zen-beta etc.
18- exec-once = hyprctl clients -j | jq -r '.[] | select(.initialClass == "zen") | select(.title | test("- YouTube —"; "i")) | .address' | xargs -I {} hyprctl dispatch movetoworkspacesilent "7 ,address:{}"
19- exec-once = hyprctl clients -j | jq -r '.[] | select(.initialClass == "zen") | select(.title | test("- T3 Chat —"; "i")) | .address' | xargs -I {} hyprctl dispatch movetoworkspacesilent "8 ,address:{}"
18+ exec-once = hyprctl clients -j | jq -r '.[] | select(.initialClass == "zen") | select(.title | test("- YouTube —"; "i")) | .address' | xargs -I {} hyprctl dispatch movetoworkspacesilent "8 ,address:{}"
19+ exec-once = hyprctl clients -j | jq -r '.[] | select(.initialClass == "zen") | select(.title | test("- T3 Chat —"; "i")) | .address' | xargs -I {} hyprctl dispatch movetoworkspacesilent "7 ,address:{}"
2020exec-once = sleep 1; hyprctl clients -j | jq -r '.[] | select(.initialClass == "zen-beta") | select(.title | test("- YouTube —"; "i")) | .address' | xargs -I {} hyprctl dispatch movetoworkspacesilent "9,address:{}"
2121exec-once = sleep 2; hyprctl clients -j | jq -r '.[] | select(.initialClass == "zen-beta") | select(.title | test("- YouTube —"; "i")) | .address' | xargs -I {} hyprctl dispatch movetoworkspacesilent "9,address:{}"
2222exec-once = sleep 3; hyprctl clients -j | jq -r '.[] | select(.initialClass == "zen-beta") | select(.title | test("- YouTube —"; "i")) | .address' | xargs -I {} hyprctl dispatch movetoworkspacesilent "9,address:{}"
Original file line number Diff line number Diff line change 1+ - string interpolation
2+ - out: "$(foo)"
3+ - in: "${bar}"
4+ - abilities
5+ out: abilities - TODO
6+ in: where clauses - TODO
7+ - lambda/function calls
8+ out: \lambda - TODO
9+ in: |x| x* x
10+ - out: rust
11+ in: zig
12+ -
You can’t perform that action at this time.
0 commit comments