🔧 Updated config files and made notes
This commit is contained in:
parent
7547933495
commit
73ca6639c2
7 changed files with 29 additions and 7 deletions
|
|
@ -1,11 +1,12 @@
|
|||
#! /bin/sh
|
||||
bspc rule -r "*" &
|
||||
|
||||
# redshift -O 5000 &
|
||||
gammastep -O 5000 &
|
||||
espanso start --unmanaged &
|
||||
|
||||
# picom --config /home/brian/.config/picom/picom.conf & # --experimental-backends &
|
||||
# feh --bg-fill /home/brian/Pictures/nord_mountains.png &
|
||||
# feh --bg-fill /home/brian/Pictures/leaves.jpg &
|
||||
feh --bg-fill /home/brian/Pictures/leaves.jpg &
|
||||
# feh --bg-fill /home/brian/Pictures/gruvbox_braille.png &
|
||||
bst -e btop &
|
||||
|
||||
|
|
@ -65,6 +66,7 @@ bspc rule -a Lxappearance state=floating center=on rectangle=960x810+1440+810 &
|
|||
bspc rule -a Mousepad state=floating center=on rectangle=960x810+1440+810 &
|
||||
# bspc rule -a Brave-browser center=on rectangle=1555x960+1440+810 &
|
||||
bspc rule -a Alacritty center=on rectangle=1555x960+1440+810 &
|
||||
bspc rule -a chromium-bin center=on rectangle=1555x960+1440+810 &
|
||||
bspc rule -a firefox center=on rectangle=1555x960+1440+810 &
|
||||
bspc rule -a librewolf center=on rectangle=1555x960+1440+810 &
|
||||
bspc rule -a thunderbird center=on rectangle=1555x960+1440+810 &
|
||||
|
|
@ -75,6 +77,7 @@ bspc rule -a Desktopeditors center=on rectangle=1555x960+1440+810 &
|
|||
bspc rule -a Pcmanfm center=on rectangle=1555x960+1440+810 &
|
||||
bspc rule -a Postman center=on rectangle=1555x960+1440+810 &
|
||||
bspc rule -a Steam center=on rectangle=1555x960+1440+810 &
|
||||
bspc rule -a Lutris center=on rectangle=1555x960+1440+810 &
|
||||
|
||||
# bspc rule -a Gimp desktop='^8' state=floating follow=on
|
||||
# bspc rule -a Chromium desktop='^2'
|
||||
|
|
|
|||
|
|
@ -46,9 +46,6 @@ xrandr --output HDMI-0 --brightness 1.1 & #--set TearFree on &
|
|||
#Laptop
|
||||
# brillo -S 70
|
||||
|
||||
# start redshift
|
||||
# redshift -O 5000 &
|
||||
|
||||
picom --config /home/brian/.config/picom/picom.conf & # --experimental-backends &
|
||||
|
||||
# GTK relies on this for icon themes
|
||||
|
|
@ -85,7 +82,6 @@ fi
|
|||
# Start i3wm
|
||||
# exec i3
|
||||
|
||||
# redshift -O 5000 &
|
||||
#feh --bg-fill /home/brian/Pictures/leaves.jpg &
|
||||
|
||||
# Load cursors/resources
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ EMERGE_DEFAULT_OPTS="-j6 --with-bdeps=y --quiet --keep-going=y"
|
|||
|
||||
GRUB_PLATFORMS="efi-64"
|
||||
|
||||
USE="X dist-kernel dbus policykit vdpau vaapi nvenc bluetooth man seatd -elogind -logind -systemd"
|
||||
USE="X wayland dist-kernel dbus policykit vdpau vaapi nvenc bluetooth man seatd -elogind -logind -systemd"
|
||||
|
||||
ACCEPT_LICENSE="*"
|
||||
|
||||
|
|
|
|||
|
|
@ -16,3 +16,4 @@
|
|||
>=gui-wm/river-0.3.12 ~amd64
|
||||
>=app-emulation/wine-staging-10.20 ~amd64
|
||||
>=net-vpn/mullvadvpn-app-2025.13 ~amd64
|
||||
>=media-video/peek-1.5.1 ~amd64
|
||||
|
|
|
|||
|
|
@ -1 +1,2 @@
|
|||
games-util/steam-launcher ValveSteamLicense
|
||||
games-server/steamcmd Steam license(s)
|
||||
|
|
|
|||
|
|
@ -1098,3 +1098,17 @@ sys-apps/hwloc abi_x86_32
|
|||
# required by sys-apps/hwloc (argument)
|
||||
>=sys-apps/pciutils-3.14.0 abi_x86_32
|
||||
sys-process/htop hwloc
|
||||
# required by media-video/peek-1.5.1-r2::gentoo
|
||||
# required by media-video/peek (argument)
|
||||
>=media-video/ffmpeg-7.1.2 vpx
|
||||
# required by media-video/ffmpeg-7.1.2::gentoo[vpx]
|
||||
# required by media-video/peek-1.5.1-r2::gentoo
|
||||
# required by media-video/peek (argument)
|
||||
>=media-libs/libvpx-1.15.2 abi_x86_32
|
||||
media-video/ffmpeg lame
|
||||
app-containers/podman apparmor
|
||||
net-firewall/iptables nftables
|
||||
gui-wm/sway wallpapers
|
||||
# required by gui-wm/sway-1.10.1::gentoo[wallpapers]
|
||||
# required by gui-wm/sway (argument)
|
||||
>=gui-apps/swaybg-1.2.1 gdk-pixbuf
|
||||
|
|
|
|||
|
|
@ -992,3 +992,10 @@ doas pacman -S bluez-utils
|
|||
11/15/2025
|
||||
Install kiwix-tools
|
||||
doas pacman -S kiwix-tools
|
||||
|
||||
12/05/2025
|
||||
Replace redshift with gammastep:
|
||||
doas pacman -S gammastep
|
||||
OR:
|
||||
paru gammastep-git
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue