Dotfiles config update (2021-11-23)
|
@ -44,7 +44,7 @@ exec --no-startup-id ~/.config/i3/startxrandr.sh &
|
||||||
exec --no-startup-id "sleep 15 && picom &"
|
exec --no-startup-id "sleep 15 && picom &"
|
||||||
|
|
||||||
# Configure wallpaper
|
# 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
|
# Configure xscreensaver
|
||||||
exec --no-startup-id "sleep 5 && xscreensaver &"
|
exec --no-startup-id "sleep 5 && xscreensaver &"
|
||||||
|
|
|
@ -7,7 +7,7 @@ scan_rel=0
|
||||||
# xrandr --output DisplayPort-0 --mode 1280x1024 -r 75.02
|
# xrandr --output DisplayPort-0 --mode 1280x1024 -r 75.02
|
||||||
# # Segundo monitor
|
# # Segundo monitor
|
||||||
# xrandr --output DisplayPort-1 --mode 1280x1024 -r 75.02 --rotate left --right-of DisplayPort-0
|
# xrandr --output DisplayPort-1 --mode 1280x1024 -r 75.02 --rotate left --right-of DisplayPort-0
|
||||||
# sleep 1
|
# sleep2
|
||||||
#done
|
#done
|
||||||
sleep 2
|
sleep 2
|
||||||
xrandr --output DisplayPort-0 --mode 1280x1024 -r 75.02
|
xrandr --output DisplayPort-0 --mode 1280x1024 -r 75.02
|
||||||
|
|
|
@ -326,6 +326,20 @@ bind[nitrogen] = MOD+z
|
||||||
|
|
||||||
# QUIRKS
|
# QUIRKS
|
||||||
# Default quirks, remove with: quirk[class:name] = NONE
|
# 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[MPlayer:xv] = FLOAT + FULLSCREEN + FOCUSPREV
|
||||||
# quirk[OpenOffice.org 2.4:VCLSalFrame] = FLOAT
|
# quirk[OpenOffice.org 2.4:VCLSalFrame] = FLOAT
|
||||||
# quirk[OpenOffice.org 3.0:VCLSalFrame] = FLOAT
|
# quirk[OpenOffice.org 3.0:VCLSalFrame] = FLOAT
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
sleep 3
|
sleep 3
|
||||||
nitrogen --set-centered ~/wallpapers/abstract.png
|
nitrogen --set-scaled ~/wallpapers/abstract.png
|
||||||
|
|
|
@ -8,7 +8,7 @@ while [ ${scan_rel} -eq 0 ] ; do
|
||||||
xrandr --output DisplayPort-0 --mode 1280x1024 -r 75.02
|
xrandr --output DisplayPort-0 --mode 1280x1024 -r 75.02
|
||||||
# Segundo monitor
|
# Segundo monitor
|
||||||
xrandr --output DisplayPort-1 --mode 1280x1024 -r 75.02 --rotate left --right-of DisplayPort-0
|
xrandr --output DisplayPort-1 --mode 1280x1024 -r 75.02 --rotate left --right-of DisplayPort-0
|
||||||
sleep 1
|
sleep 2
|
||||||
done
|
done
|
||||||
|
|
||||||
#xrandr --output Virtual1 --mode 1280x1024 -r 60.00
|
#xrandr --output Virtual1 --mode 1280x1024 -r 60.00
|
||||||
|
|
11
README-i3.md
|
@ -25,7 +25,7 @@ dotfiles - My tiling i3 WM Configuration (for Devuan/Debian)
|
||||||
$ sudo apt-get install connman connman-gtk connman-ui connman-vpn
|
$ 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:
|
* 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
|
$ git clone https://github.com/q3aql/dotfiles
|
||||||
$ cd dotfiles
|
$ cd dotfiles
|
||||||
$ chmod +x alacritty-install.sh
|
$ chmod +x alacritty-install.sh
|
||||||
$ chmod +x i3-gaps-install.sh
|
|
||||||
$ sudo ./alacritty-install.sh
|
$ sudo ./alacritty-install.sh
|
||||||
|
````
|
||||||
|
|
||||||
|
```shell
|
||||||
|
$ chmod +x i3-gaps-install.sh
|
||||||
$ sudo ./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:
|
* Edit `~/.config/i3/config` for set your favorite wallpaper:
|
||||||
|
|
||||||
```shell
|
```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.
|
* 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`:
|
* You can enable it editing 2 lines on file `~/.config/i3/config` and pressing `Win+Shift+r`:
|
||||||
|
|
|
@ -76,7 +76,7 @@ dotfiles - My tiling Spectrwm & i3 WM Configuration (for Devuan/Debian)
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
sleep 3
|
sleep 3
|
||||||
nitrogen --set-centered ~/wallpapers/abstract.png
|
nitrogen --set-scaled ~/wallpapers/abstract.png
|
||||||
````
|
````
|
||||||
|
|
||||||
* **`Compositor (Compton or Picom):`**
|
* **`Compositor (Compton or Picom):`**
|
||||||
|
|
|
@ -7,5 +7,5 @@ while [ ${scan_rel} -eq 0 ] ; do
|
||||||
xrandr --output DisplayPort-0 --mode 1280x1024 -r 75.02
|
xrandr --output DisplayPort-0 --mode 1280x1024 -r 75.02
|
||||||
# Segundo monitor
|
# Segundo monitor
|
||||||
xrandr --output DisplayPort-1 --mode 1280x1024 -r 75.02 --rotate left --right-of DisplayPort-0
|
xrandr --output DisplayPort-1 --mode 1280x1024 -r 75.02 --rotate left --right-of DisplayPort-0
|
||||||
sleep 1
|
sleep 2
|
||||||
done
|
done
|
||||||
|
|
BIN
wallpapers/awesome.jpg
Normal file
After Width: | Height: | Size: 910 KiB |
BIN
wallpapers/blue-office.jpg
Normal file
After Width: | Height: | Size: 977 KiB |
BIN
wallpapers/bridge-wood.jpg
Normal file
After Width: | Height: | Size: 1.1 MiB |
BIN
wallpapers/dark-city.jpg
Normal file
After Width: | Height: | Size: 1.5 MiB |
BIN
wallpapers/einstein-colors.jpg
Normal file
After Width: | Height: | Size: 865 KiB |
BIN
wallpapers/hands-colors.jpg
Normal file
After Width: | Height: | Size: 428 KiB |
BIN
wallpapers/purple-sun.jpg
Normal file
After Width: | Height: | Size: 384 KiB |
BIN
wallpapers/street-colors.jpg
Normal file
After Width: | Height: | Size: 1.5 MiB |
BIN
wallpapers/train-brown.jpg
Normal file
After Width: | Height: | Size: 498 KiB |