diff --git a/.config/i3/config b/.config/i3/config index aeeb576..788f529 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -20,7 +20,7 @@ exec --no-startup-id xflux -l 51.018613 -g 3.752184 -k 3000 -r 1 exec --no-startup-id sh ~/.config/i3/scripts/background.sh # Automatically switch horizontal/vertical -exec_always --no-startup-id autotiling +# exec_always --no-startup-id autotiling # ================= # General variables @@ -43,9 +43,6 @@ set $refresh_i3status killall -SIGUSR1 i3status # text rendering and scalability on retina/hidpi displays (thanks to pango). font pango:DejaVu Sans Mono 8 -# Drag floating windows to their wanted position -floating_modifier $winkey - focus_follows_mouse no # Change focus diff --git a/Guide.md b/Guide.md index 68ff766..07152f7 100644 --- a/Guide.md +++ b/Guide.md @@ -24,7 +24,6 @@ Take the following config files ## Install additional software ``` -yay autotiling yay onedrive-abraunegg onedrive_tray-git ```