Skip to content

Commit 1924c96

Browse files
committed
amd 372 current 2025-07-09 22:05:27 25.05.20241221.a168813 6.6.67 *
1 parent 4cfb4d3 commit 1924c96

2 files changed

Lines changed: 14 additions & 2 deletions

File tree

config/hypr/hyprland.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ exec-once = [workspace 9 silent] zulip
1515
windowrule = workspace 9 silent, ^(Zulip)$
1616
exec-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:{}"
2020
exec-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:{}"
2121
exec-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:{}"
2222
exec-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:{}"

pkgs/roc/out-in.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
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+
-

0 commit comments

Comments
 (0)