From 2db3689308f57c99b4df61f0e2dea9b44e68c97d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Yaroslav=20de=20la=20Pe=C3=B1a=20Smirnov?=
 <yps@yaroslavps.com>
Date: Fri, 23 Sep 2022 05:12:16 +0300
Subject: sway windows switcher/swapper

---
 dotfiles/.config/sway/config | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

(limited to 'dotfiles/.config/sway')

diff --git a/dotfiles/.config/sway/config b/dotfiles/.config/sway/config
index 029ee97..a96f627 100644
--- a/dotfiles/.config/sway/config
+++ b/dotfiles/.config/sway/config
@@ -19,7 +19,7 @@ mouse_warping container
 
 # Configure border style <normal|1pixel|pixel xx|none|pixel>
 default_border pixel 2
-default_floating_border pixel 2
+default_floating_border normal 2
 
 # Hide borders
 # hide_edge_borders both
@@ -200,7 +200,8 @@ bindsym --to-code {
 	$mod+Shift+apostrophe exec "menupass -l"
 	$mod+Ctrl+apostrophe exec "menupass -f"
 	$mod+Ctrl+Shift+apostrophe exec "menupass -s"
-	$mod+backslash exec "menuworkspace"
+	$mod+backslash exec "menuwin"
+	$mod+Shift+backslash exec "menuwin -s"
 
 	# Screenshot and recording
 	Print exec screensht "full screen"
-- 
cgit v1.2.3