From 1a896199995a8dedff804e9a14bee8e882af04ab Mon Sep 17 00:00:00 2001 From: tomit4 Date: Tue, 26 Apr 2022 09:51:17 -0700 Subject: [PATCH] made desktop version of wallpaper with smaller i3 icon --- i3/config | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) diff --git a/i3/config b/i3/config index 05974866..ac922f9e 100644 --- a/i3/config +++ b/i3/config @@ -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