From b49d255445824053fdb709116ebc0914ba419a81 Mon Sep 17 00:00:00 2001 From: ITmail-dk <48917593+ITmail-dk@users.noreply.github.com> Date: Wed, 23 Oct 2024 19:55:38 +0200 Subject: [PATCH] Update install.sh --- install.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/install.sh b/install.sh index 143083d..25d648d 100644 --- a/install.sh +++ b/install.sh @@ -450,10 +450,10 @@ bind = $mainMod, E, exec, $filemanager bind = $mainMod, R, exec, $runmenu bind = $mainMod, W, killactive, -bind = $mainMod, F, fullscreen, 2 +# 0 - fullscreen (takes your entire screen), 1 - maximize (keeps gaps and bar(s)), 2 - fullscreen (same as fullscreen except doesn't alter window's internal fullscreen state) bind = $mainMod, F, fullscreen, 1 -bind = $mainMod, F, fullscreen, -bind = $mainMod $secondMod, F, togglefloating, +bind = $mainMod $secondMod, F, fullscreen, 0 +bind = $mainMod $fourthdMod, F, togglefloating, bind = $mainMod $secondMod, W, exec, swaybg -m fill -i $(find $HOME/Wallpapers -type f | shuf -n 1)