Fixed more typos, hurray!

This commit is contained in:
Jeremiah Ticket 2022-12-14 07:49:13 -07:00
parent e1043e982d
commit 9109f7660c

7
i38.sh
View File

@ -254,13 +254,14 @@ cat << EOF > ${i3Path}/config
# This config file uses keycodes (bindsym) and was written for the QWERTY # This config file uses keycodes (bindsym) and was written for the QWERTY
# layout. # layout.
#set mod key # set mod key
set \$mod $mod set \$mod $mod
#set workspace layout to tapped so apps use most of the screen # set workspace layout to tabbed so apps use most of the screen
workspace_layout tabbed workspace_layout tabbed
#set the mouse so it is trapped in focused window # set the mouse so it is trapped in focused window
# this fixes some issues in some games that require focus and pause when focus is moved via mouse accidentally
focus_follows_mouse no focus_follows_mouse no
# Font for window titles. Will also be used by the bar unless a different font # Font for window titles. Will also be used by the bar unless a different font