no more gap; fixed triple s in message

This commit is contained in:
Wryn (yage) Wagner 2022-09-10 19:45:44 -06:00
parent bdbe40299e
commit 2a090dca6a
2 changed files with 3 additions and 4 deletions

View File

@ -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

View File

@ -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;