diff --git a/i3/config b/i3/config index e6cbd2d3..1d352a65 100644 --- a/i3/config +++ b/i3/config @@ -13,11 +13,14 @@ set $mod Mod4 # Enable transparency exec xcompmgr -c -f -n +# Enable autotiling (works better on not widescreen..) +exec_always --no-startup-id autotiling + # Increase Brightness # For at Home/Desktop: -# exec xrandr --output Screen-0 --brightness 1.1 +exec xrandr --output Screen-0 --brightness 1.1 # For at Work/Laptop: -exec xbacklight -set 70 +# exec xbacklight -set 70 # Enable pulseaudio exec pulseaudio --start @@ -103,14 +106,14 @@ for_window [instance="keepassxc"] floating enable for_window [instance="gtktranslate"] floating enable # For at Home/Desktop: -# for_window [instance="galculator"] floating enable move right 1100px, move down 300px -# for_window [instance="gcolor3"] floating enable move right 900px, move down 300px -# for_window [instance="mousepad"] floating enable move right 1100px, move down 300px +for_window [instance="galculator"] floating enable move right 1100px, move down 300px +for_window [instance="gcolor3"] floating enable move right 900px, move down 300px +for_window [instance="mousepad"] floating enable move right 1100px, move down 300px # For at Laptop: -for_window [instance="galculator"] floating enable move right 725px, move down 310px -for_window [instance="gcolor3"] floating enable move right 550px, move down 300px -for_window [instance="mousepad"] floating enable move right 700px, move down 250px +# for_window [instance="galculator"] floating enable move right 725px, move down 310px +# for_window [instance="gcolor3"] floating enable move right 550px, move down 300px +# for_window [instance="mousepad"] floating enable move right 700px, move down 250px # For testing of floating window python guis for_window [instance="app.py"] floating enable diff --git a/updates.txt b/updates.txt index ce9cce5f..c6f59aa3 100644 --- a/updates.txt +++ b/updates.txt @@ -11,8 +11,4 @@ tr '\n' ' ' add notation about using find to list only files in current directory and NOT subdirectory: find $dir -maxdepth 1 -type f -Install autotiling for i3 (not .git or -git version) - -paru -S autotiling - -and copy the i3/config file to your ~/.config/i3/ directory +Comment out xfce in /etc/lightdm/lightdm.conf