From 5d55fb3e17c5449e8c41418a199a127dddc4488f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonardo=20Eug=C3=AAnio?= Date: Fri, 6 Jan 2023 15:40:48 -0300 Subject: [PATCH] sway: add bind to make floating windows sticky --- user/sway.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/user/sway.nix b/user/sway.nix index 99e670b..fc9d51c 100644 --- a/user/sway.nix +++ b/user/sway.nix @@ -285,6 +285,7 @@ in { "${mod}+f" = "fullscreen toggle"; "${mod}+Shift+space" = "floating toggle"; "${mod}+space" = "focus mode_toggle"; + "${mod}+ctrl+space" = "sticky toggle"; "${mod}+Shift+c" = "reload"; # "${mod}+Shift+e" = # "exec swaynag -t warning -m 'You pressed the exit shortcut. Do you really want to exit sway? This will end your Wayland session.' -b 'Yes, exit sway' 'swaymsg exit'";