From f567a8cd2f3243f9506ae63c6b06ce74795829bf Mon Sep 17 00:00:00 2001
From: Ekaitz Zarraga <ekaitz@elenq.tech>
Date: Sun, 19 May 2024 01:00:55 +0200
Subject: i3: move to workspace

---
 i3/i3/config | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/i3/i3/config b/i3/i3/config
index a8bfb31..55f0fc5 100644
--- a/i3/i3/config
+++ b/i3/i3/config
@@ -205,5 +205,9 @@ bindsym Shift+Print exec --no-startup-id maim --select | xclip -selection clipbo
 bindsym $mod+Shift+t exec xinput --enable  12
 bindsym $mod+t       exec xinput --disable  12
 
+# Move to output
+bindsym $mod+n move workspace to output right
+bindsym $mod+p move workspace to output right
+
 # Start user-level service cotrol with shepherd
 exec --no-startup-id shepherd
-- 
cgit v1.2.3