made desktop version of wallpaper with smaller i3 icon

This commit is contained in:
tomit4 2022-04-26 09:51:17 -07:00
parent ea313aae7f
commit 1a89619999

View file

@ -18,15 +18,18 @@ 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
# Set background image
exec feh --bg-fill /home/brian/Pictures/nord_sand_i3.png
# Set background image (laptop)
# exec feh --bg-fill /home/brian/Pictures/nord_sand_i3.png
# Set background image (desktop)
exec feh --bg-fill /home/brian/Pictures/nord_sand_i3_2.png
# Get rid of mouse cursor upon use of keyboard
exec xbanish
@ -106,14 +109,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