added autotiling to i3, added reminder to remove xfce from lightdm.conf
This commit is contained in:
parent
f12457e44a
commit
ad1d5f627b
2 changed files with 12 additions and 13 deletions
19
i3/config
19
i3/config
|
|
@ -13,11 +13,14 @@ set $mod Mod4
|
||||||
# Enable transparency
|
# Enable transparency
|
||||||
exec xcompmgr -c -f -n
|
exec xcompmgr -c -f -n
|
||||||
|
|
||||||
|
# Enable autotiling (works better on not widescreen..)
|
||||||
|
exec_always --no-startup-id autotiling
|
||||||
|
|
||||||
# Increase Brightness
|
# Increase Brightness
|
||||||
# For at Home/Desktop:
|
# For at Home/Desktop:
|
||||||
# exec xrandr --output Screen-0 --brightness 1.1
|
exec xrandr --output Screen-0 --brightness 1.1
|
||||||
# For at Work/Laptop:
|
# For at Work/Laptop:
|
||||||
exec xbacklight -set 70
|
# exec xbacklight -set 70
|
||||||
|
|
||||||
# Enable pulseaudio
|
# Enable pulseaudio
|
||||||
exec pulseaudio --start
|
exec pulseaudio --start
|
||||||
|
|
@ -103,14 +106,14 @@ for_window [instance="keepassxc"] floating enable
|
||||||
for_window [instance="gtktranslate"] floating enable
|
for_window [instance="gtktranslate"] floating enable
|
||||||
|
|
||||||
# For at Home/Desktop:
|
# For at Home/Desktop:
|
||||||
# for_window [instance="galculator"] 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="gcolor3"] floating enable move right 900px, move down 300px
|
||||||
# for_window [instance="mousepad"] floating enable move right 1100px, move down 300px
|
for_window [instance="mousepad"] floating enable move right 1100px, move down 300px
|
||||||
|
|
||||||
# For at Laptop:
|
# For at Laptop:
|
||||||
for_window [instance="galculator"] floating enable move right 725px, move down 310px
|
# 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="gcolor3"] floating enable move right 550px, move down 300px
|
||||||
for_window [instance="mousepad"] floating enable move right 700px, move down 250px
|
# for_window [instance="mousepad"] floating enable move right 700px, move down 250px
|
||||||
|
|
||||||
# For testing of floating window python guis
|
# For testing of floating window python guis
|
||||||
for_window [instance="app.py"] floating enable
|
for_window [instance="app.py"] floating enable
|
||||||
|
|
|
||||||
|
|
@ -11,8 +11,4 @@ tr '\n' ' '
|
||||||
add notation about using find to list only files in current directory and NOT subdirectory:
|
add notation about using find to list only files in current directory and NOT subdirectory:
|
||||||
find $dir -maxdepth 1 -type f
|
find $dir -maxdepth 1 -type f
|
||||||
|
|
||||||
Install autotiling for i3 (not .git or -git version)
|
Comment out xfce in /etc/lightdm/lightdm.conf
|
||||||
|
|
||||||
paru -S autotiling
|
|
||||||
|
|
||||||
and copy the i3/config file to your ~/.config/i3/ directory
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue