diff --git a/.github/workflows/upgrade.yml b/.github/workflows/upgrade.yml index 784069d99..a0b812bd5 100644 --- a/.github/workflows/upgrade.yml +++ b/.github/workflows/upgrade.yml @@ -27,7 +27,7 @@ jobs: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} SKIP_HOME_MANAGER_SWITCH: "true" - name: Create Pull Request - if: github.action != 'pull_request' + if: github.event_name != 'pull_request' id: cpr uses: peter-evans/create-pull-request@v8 with: diff --git a/config/hyprland/hyprland.conf b/config/hyprland/hyprland.conf index 8d0d1ecf3..1bfff362b 100644 --- a/config/hyprland/hyprland.conf +++ b/config/hyprland/hyprland.conf @@ -261,7 +261,7 @@ bind = $mod, E, exec, sh -c 'rofimoji --action copy --skin-tone neutral && sleep # Window Management # ============================================================================= bind = $mod, W, movetoworkspacesilent, special:minimized -bind = $mod SHIFT, W, togglespecialworkspace, minimized +bind = $mod SHIFT, W, exec, hyprctl -j clients | jq -r '.[] | select(.workspace.name == "special:minimized") | .address' | xargs -I{} hyprctl dispatch movetoworkspacesilent e+0,address:{} bind = $mod, Q, killactive, bind = $mod SHIFT, F, togglefloating, bind = CTRL ALT SHIFT SUPER, F, exec, hyprctl --batch "dispatch movetoworkspace empty; dispatch fullscreen 0"