Removed autotiling because bug

This commit is contained in:
Tibo De Peuter 2022-03-18 09:12:54 +01:00
parent dab9781357
commit c819a9b692
2 changed files with 1 additions and 5 deletions

View file

@ -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 exec --no-startup-id sh ~/.config/i3/scripts/background.sh
# Automatically switch horizontal/vertical # Automatically switch horizontal/vertical
exec_always --no-startup-id autotiling # exec_always --no-startup-id autotiling
# ================= # =================
# General variables # General variables
@ -43,9 +43,6 @@ set $refresh_i3status killall -SIGUSR1 i3status
# text rendering and scalability on retina/hidpi displays (thanks to pango). # text rendering and scalability on retina/hidpi displays (thanks to pango).
font pango:DejaVu Sans Mono 8 font pango:DejaVu Sans Mono 8
# Drag floating windows to their wanted position
floating_modifier $winkey
focus_follows_mouse no focus_follows_mouse no
# Change focus # Change focus

View file

@ -24,7 +24,6 @@ Take the following config files
## Install additional software ## Install additional software
``` ```
yay autotiling
yay onedrive-abraunegg onedrive_tray-git yay onedrive-abraunegg onedrive_tray-git
``` ```