Finish hypr config

This commit is contained in:
2026-06-07 19:32:56 +01:00
parent 316a8e0b08
commit deb94ccecf
15 changed files with 52 additions and 829 deletions
-12
View File
@@ -1,12 +0,0 @@
#!/bin/bash
# Moves the active window to the relevant workspace
workspace=$1
active_window=$(hyprctl activewindow -j | jq -r ".address")
active_workspace=$(hyprctl activeworkspace -j | jq -r ".id")
new_workspace=$((($workspace*2)-($active_workspace%2)))
hyprctl dispatch movetoworkspacesilent "$new_workspace,address:$active_window"