Dotfiles config update (2021-11-23)

This commit is contained in:
q3aql 2021-11-23 21:36:28 +01:00
parent 2bb029f837
commit d7c580248b
17 changed files with 27 additions and 10 deletions

View File

@ -44,7 +44,7 @@ exec --no-startup-id ~/.config/i3/startxrandr.sh &
exec --no-startup-id "sleep 15 && picom &"
# Configure wallpaper
exec --no-startup-id "sleep 3 && nitrogen --set-centered ~/wallpapers/abstract.png"
exec --no-startup-id "sleep 3 && nitrogen --set-scaled ~/wallpapers/abstract.png"
# Configure xscreensaver
exec --no-startup-id "sleep 5 && xscreensaver &"

View File

@ -7,7 +7,7 @@ scan_rel=0
# xrandr --output DisplayPort-0 --mode 1280x1024 -r 75.02
# # Segundo monitor
# xrandr --output DisplayPort-1 --mode 1280x1024 -r 75.02 --rotate left --right-of DisplayPort-0
# sleep 1
# sleep2
#done
sleep 2
xrandr --output DisplayPort-0 --mode 1280x1024 -r 75.02

View File

@ -326,6 +326,20 @@ bind[nitrogen] = MOD+z
# QUIRKS
# Default quirks, remove with: quirk[class:name] = NONE
quirk[Nitrogen:nitrogen] = FLOAT
quirk[Lxrandr:lxrandr] = FLOAT
quirk[Connman-gtk:connman-gtk] = FLOAT
quirk[Nm-connection-editor:nm-connection-editor] = FLOAT
quirk[Pavucontrol:pavucontrol] = FLOAT
quirk[Lxappearance:lxappearance] = FLOAT
quirk[vlc:vlc] = FLOAT
quirk[mpv:gl] = FLOAT
quirk[Ristretto:ristretto] = FLOAT
quirk[Gimp:gimp] = FLOAT + ANYWHERE
quirk[Gimp-2.10:gimp-2.10] = FLOAT + ANYWHERE
quirk[Mozilla VPN:mozillavpn] = FLOAT
quirk[VirtualBoxVM:VirtualBoxVM] = FLOAT + ANYWHERE
quirk[VirtualBox Machine:VirtualBox Machine] = FLOAT + ANYWHERE
# quirk[MPlayer:xv] = FLOAT + FULLSCREEN + FOCUSPREV
# quirk[OpenOffice.org 2.4:VCLSalFrame] = FLOAT
# quirk[OpenOffice.org 3.0:VCLSalFrame] = FLOAT

View File

@ -1,4 +1,4 @@
#!/bin/bash
sleep 3
nitrogen --set-centered ~/wallpapers/abstract.png
nitrogen --set-scaled ~/wallpapers/abstract.png

View File

@ -8,7 +8,7 @@ while [ ${scan_rel} -eq 0 ] ; do
xrandr --output DisplayPort-0 --mode 1280x1024 -r 75.02
# Segundo monitor
xrandr --output DisplayPort-1 --mode 1280x1024 -r 75.02 --rotate left --right-of DisplayPort-0
sleep 1
sleep 2
done
#xrandr --output Virtual1 --mode 1280x1024 -r 60.00

View File

@ -25,7 +25,7 @@ dotfiles - My tiling i3 WM Configuration (for Devuan/Debian)
$ sudo apt-get install connman connman-gtk connman-ui connman-vpn
````
* **`Install i3-gaps and alacritty:`**
* **`Install alacritty and i3-gaps (Optional):`**
* Clone repository and run the scripts for installation:
@ -33,8 +33,11 @@ dotfiles - My tiling i3 WM Configuration (for Devuan/Debian)
$ git clone https://github.com/q3aql/dotfiles
$ cd dotfiles
$ chmod +x alacritty-install.sh
$ chmod +x i3-gaps-install.sh
$ sudo ./alacritty-install.sh
````
```shell
$ chmod +x i3-gaps-install.sh
$ sudo ./i3-gaps-install.sh
````
@ -78,10 +81,10 @@ dotfiles - My tiling i3 WM Configuration (for Devuan/Debian)
* Edit `~/.config/i3/config` for set your favorite wallpaper:
```shell
exec --no-startup-id "sleep 3 && nitrogen --set-centered ~/wallpapers/abstract.png"
exec --no-startup-id "sleep 3 && nitrogen --set-scaled ~/wallpapers/abstract.png"
````
* **`Enable Gaps:`**
* **`Enable Gaps (Optional):`**
* My config work on vanilla i3wm and gaps are disabled.
* You can enable it editing 2 lines on file `~/.config/i3/config` and pressing `Win+Shift+r`:

View File

@ -76,7 +76,7 @@ dotfiles - My tiling Spectrwm & i3 WM Configuration (for Devuan/Debian)
```shell
sleep 3
nitrogen --set-centered ~/wallpapers/abstract.png
nitrogen --set-scaled ~/wallpapers/abstract.png
````
* **`Compositor (Compton or Picom):`**

View File

@ -7,5 +7,5 @@ while [ ${scan_rel} -eq 0 ] ; do
xrandr --output DisplayPort-0 --mode 1280x1024 -r 75.02
# Segundo monitor
xrandr --output DisplayPort-1 --mode 1280x1024 -r 75.02 --rotate left --right-of DisplayPort-0
sleep 1
sleep 2
done

BIN
wallpapers/awesome.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 910 KiB

BIN
wallpapers/blue-office.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 977 KiB

BIN
wallpapers/bridge-wood.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

BIN
wallpapers/dark-city.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 865 KiB

BIN
wallpapers/hands-colors.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 428 KiB

BIN
wallpapers/purple-sun.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 384 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 MiB

BIN
wallpapers/train-brown.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 498 KiB