From 7820fa022e5b47f6af7757eb220403765529dc80 Mon Sep 17 00:00:00 2001 From: Hippolyte Chauvin Date: Tue, 9 May 2023 23:04:38 +0200 Subject: [PATCH] Script pour inverser les espaces de travail sur les moniteurs Hyprland --- bin/hyprland-swap_workspaces | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 bin/hyprland-swap_workspaces diff --git a/bin/hyprland-swap_workspaces b/bin/hyprland-swap_workspaces new file mode 100755 index 0000000..d352794 --- /dev/null +++ b/bin/hyprland-swap_workspaces @@ -0,0 +1,4 @@ +#!/bin/sh +monitors="$(hyprctl monitors | awk '($1 == "Monitor") { print $2 }' | xargs)" +hyprctl dispatch swapactiveworkspaces $monitors +