aboutsummaryrefslogtreecommitdiff
path: root/resources
diff options
context:
space:
mode:
authorAndreas Stührk <andy@hammerhartes.de>2023-12-02 23:57:01 +0100
committerIvan Molodetskikh <yalterz@gmail.com>2024-02-01 12:29:46 +0400
commite51268a39eeffd56d016a8d25dc98a40ff045a9c (patch)
tree11bc485c8a413da4e8ea13e83b8bbe3611574cd7 /resources
parent0a715ce1553ec528dbb61172450d2944db7edb70 (diff)
downloadniri-e51268a39eeffd56d016a8d25dc98a40ff045a9c.tar.gz
niri-e51268a39eeffd56d016a8d25dc98a40ff045a9c.tar.bz2
niri-e51268a39eeffd56d016a8d25dc98a40ff045a9c.zip
Add actions to move the active workspace to another monitor
Diffstat (limited to 'resources')
-rw-r--r--resources/default-config.kdl4
1 files changed, 4 insertions, 0 deletions
diff --git a/resources/default-config.kdl b/resources/default-config.kdl
index 2de9b25a..6765e9ba 100644
--- a/resources/default-config.kdl
+++ b/resources/default-config.kdl
@@ -275,6 +275,10 @@ binds {
// Mod+Shift+Ctrl+Left { move-window-to-monitor-left; }
// ...
+ // And you can also move a whole workspace to another monitor:
+ // Mod+Shift+Ctrl+Left { move-workspace-to-monitor-left; }
+ // ...
+
Mod+Page_Down { focus-workspace-down; }
Mod+Page_Up { focus-workspace-up; }
Mod+U { focus-workspace-down; }