Skip to content

Commit

Permalink
amd 342 current 2024-12-31 02:13:46 25.05.20241221.a168813 6.6.67 *
Browse files Browse the repository at this point in the history
  • Loading branch information
dezren39 committed Dec 31, 2024
1 parent 26f01c5 commit f657a37
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions config/hypr/hyprland.conf
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,12 @@ exec-once = sleep 4 ; wpa_gui -t
exec-once = [workspace 10 silent] element-desktop
windowrule = workspace 10 silent, ^(Element)$
exec-once = hyprctl dispatch workspace 3 && zen && sleep 0.3 && hyprctl dispatch workspace 2
exec-once = hyprctl clients -j | jq -r '.[] | select(.initialClass == "zen-beta") | select(.title | test("- YouTube —"; "i")) | .address' | xargs -I {} hyprctl dispatch movetoworkspacesilent "9,address:{}"
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:{}"
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:{}"
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:{}"
exec-once = sleep 4; hyprctl clients -j | jq -r '.[] | select(.initialClass == "zen-beta") | select(.title | test("- YouTube —"; "i")) | .address' | xargs -I {} hyprctl dispatch movetoworkspacesilent "9,address:{}"
exec-once = sleep 5; hyprctl clients -j | jq -r '.[] | select(.initialClass == "zen-beta") | select(.title | test("- YouTube —"; "i")) | .address' | xargs -I {} hyprctl dispatch movetoworkspacesilent "9,address:{}"
exec-once = sleep 3; [ "$(hyprctl clients -j | jq -r '.[] | select(.initialClass == "zen-beta" and .workspace.id == 3) | .initialClass')" ] || (current_workspace=$(hyprctl activeworkspace -j | jq .id) && hyprctl dispatch workspace 3 && zen && sleep 0.2 && hyprctl dispatch workspace $current_workspace;)
#exec-once = sleep 3; [ "$(hyprctl clients -j | jq -r '.[] | select(.initialClass == "zen-beta" and .workspace.id == 3) | .initialClass')" ] || (current_workspace=$(hyprctl activeworkspace -j | jq .id) && hyprctl dispatch workspace 3 && zen && sleep 0.2 && hyprctl dispatch workspace $current_workspace;)
# exec-once = [workspace 4 silent] zen
Expand Down

0 comments on commit f657a37

Please sign in to comment.