From 2a090dca6a7b76d325d1afed5170f1fc3c4b52a4 Mon Sep 17 00:00:00 2001 From: yage Date: Sat, 10 Sep 2022 19:45:44 -0600 Subject: [PATCH] no more gap; fixed triple s in message --- bin/i3-utils | 3 +-- config/i3.conf | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/bin/i3-utils b/bin/i3-utils index 7f068b8..f833e8a 100755 --- a/bin/i3-utils +++ b/bin/i3-utils @@ -25,7 +25,7 @@ case $1 in local PROGRAM local ARGS=() case $2 in - messages ) PROGRAM=android-messsages-desktop ;; + messages ) PROGRAM=android-messages-desktop ;; voice ) PROGRAM=google-voice-desktop ;; ytmusic ) PROGRAM=youtubemusic-nativefier ;; scrcpy ) PROGRAM=scrcpy ;; @@ -37,7 +37,6 @@ case $1 in * ) PROGRAM=$2 ;; esac - scwrypts i3/launch-or-show --env local -- $PROGRAM ${ARGS[@]} ;; esac diff --git a/config/i3.conf b/config/i3.conf index 05e92e2..cc62061 100644 --- a/config/i3.conf +++ b/config/i3.conf @@ -142,8 +142,8 @@ bar { # i3-gaps settings for_window [class="^.*"] border pixel 4 -gaps inner 10 -gaps outer 10 +gaps inner 0 +gaps outer 0 bindsym $mod+z gaps outer current plus 2; gaps inner current plus 2; bindsym $mod+shift+z gaps outer current minus 2; gaps inner current minus 2;