From e351037f1e0f48a2a1602a07d376980c9e595091 Mon Sep 17 00:00:00 2001 From: Yaroslav Date: Mon, 6 Apr 2020 00:10:29 +0300 Subject: finally got myself into adapt the "picture-in-picture" script for sway --- dotfiles/.config/sway/config | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'dotfiles/.config') diff --git a/dotfiles/.config/sway/config b/dotfiles/.config/sway/config index 6c6d6b7..0ed7bc8 100644 --- a/dotfiles/.config/sway/config +++ b/dotfiles/.config/sway/config @@ -222,9 +222,9 @@ bindsym --to-code { #focus_follows_mouse no - # Sticky float to bottom left - $mod+Ctrl+b floating toggle; sticky toggle; exec --no-startup-id bottomleft - $mod+Shift+b floating toggle; sticky toggle; exec --no-startup-id bottomright + # Sticky float to a bottom corner + $mod+Shift+b floating toggle; sticky toggle; exec --no-startup-id picinpic + $mod+Ctrl+b floating toggle; sticky toggle; exec --no-startup-id picinpic left # change focus $mod+h focus left -- cgit v1.2.3