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;