🔧 Adjusted gentoo setup again
This commit is contained in:
parent
a15bb48d18
commit
7547933495
4 changed files with 20 additions and 7 deletions
|
|
@ -145,7 +145,7 @@ alias {cproj,mproj,myproj}="cd '$cproj' && ls"
|
||||||
alias blog="cd ~/Documents/Code/blog/ && ls"
|
alias blog="cd ~/Documents/Code/blog/ && ls"
|
||||||
# alias rsm="doas rsm"
|
# alias rsm="doas rsm"
|
||||||
alias updatedb="doas updatedb"
|
alias updatedb="doas updatedb"
|
||||||
alias iftop-w="doas iftop -i wlan0 -P"
|
alias iftop-w="doas iftop -i wlp6s0 -P"
|
||||||
alias wmon="wavemon"
|
alias wmon="wavemon"
|
||||||
# usage p0f -i wlan0
|
# usage p0f -i wlan0
|
||||||
alias p0f="doas p0f"
|
alias p0f="doas p0f"
|
||||||
|
|
|
||||||
|
|
@ -42,6 +42,7 @@ export QT_QPA_PLATFORMTHEME=qt5ct
|
||||||
|
|
||||||
#Desktop
|
#Desktop
|
||||||
xrandr --output HDMI-0 --brightness 1.1 & #--set TearFree on &
|
xrandr --output HDMI-0 --brightness 1.1 & #--set TearFree on &
|
||||||
|
# xrandr --output HDMI-0 --brightness 1.1 --scale 0.98x0.98 & #--set TearFree on &
|
||||||
#Laptop
|
#Laptop
|
||||||
# brillo -S 70
|
# brillo -S 70
|
||||||
|
|
||||||
|
|
@ -77,7 +78,8 @@ fi
|
||||||
|
|
||||||
# Start pipewire
|
# Start pipewire
|
||||||
#/usr/bin/pipewire &
|
#/usr/bin/pipewire &
|
||||||
# /usr/bin/pipewire-pulse &
|
/usr/bin/gentoo-pipewire-launcher &
|
||||||
|
/usr/bin/pipewire-pulse &
|
||||||
#/usr/bin/wireplumber &
|
#/usr/bin/wireplumber &
|
||||||
|
|
||||||
# Start i3wm
|
# Start i3wm
|
||||||
|
|
@ -86,7 +88,10 @@ fi
|
||||||
# redshift -O 5000 &
|
# redshift -O 5000 &
|
||||||
#feh --bg-fill /home/brian/Pictures/leaves.jpg &
|
#feh --bg-fill /home/brian/Pictures/leaves.jpg &
|
||||||
|
|
||||||
|
# Load cursors/resources
|
||||||
|
xrdb -merge ~/.Xresources
|
||||||
|
|
||||||
# Start bspwm
|
# Start bspwm
|
||||||
pgrep -x sxhkd >/dev/null || sxhkd -c /home/brian/.config/sxhkd/sxhkdrc &
|
pgrep -x sxhkd >/dev/null || sxhkd -c /home/brian/.config/sxhkd/sxhkdrc &
|
||||||
# exec bspwm -c /home/brian/.config/bspwm/bspwmrc
|
exec dbus-run-session bspwm -c /home/brian/.config/bspwm/bspwmrc
|
||||||
exec dbus-launch --sh-syntax --exit-with-session bspwm -c /home/brian/.config/bspwm/bspwmrc
|
#exec dbus-launch --sh-syntax --exit-with-session bspwm -c /home/brian/.config/bspwm/bspwmrc
|
||||||
|
|
|
||||||
|
|
@ -15,3 +15,4 @@
|
||||||
>=app-editors/micro-2.0.13-r1 ~amd64
|
>=app-editors/micro-2.0.13-r1 ~amd64
|
||||||
>=gui-wm/river-0.3.12 ~amd64
|
>=gui-wm/river-0.3.12 ~amd64
|
||||||
>=app-emulation/wine-staging-10.20 ~amd64
|
>=app-emulation/wine-staging-10.20 ~amd64
|
||||||
|
>=net-vpn/mullvadvpn-app-2025.13 ~amd64
|
||||||
|
|
|
||||||
|
|
@ -1057,7 +1057,7 @@ games-util/mangohud abi_x86_32
|
||||||
# required by games-util/mangohud-0.8.1::guru
|
# required by games-util/mangohud-0.8.1::guru
|
||||||
# required by mangohud (argument)
|
# required by mangohud (argument)
|
||||||
>=x11-libs/libXt-1.3.1-r1 abi_x86_32
|
>=x11-libs/libXt-1.3.1-r1 abi_x86_32
|
||||||
dev-lang/rust-bin clippy rust-analyzer rustfmt
|
dev-lang/rust-bin clippy rust-analyzer rustfmt rust-src
|
||||||
net-print/cups zeroconf
|
net-print/cups zeroconf
|
||||||
net-print/cups-meta zeroconf
|
net-print/cups-meta zeroconf
|
||||||
# required by net-print/cups-2.4.14::gentoo[zeroconf]
|
# required by net-print/cups-2.4.14::gentoo[zeroconf]
|
||||||
|
|
@ -1091,3 +1091,10 @@ dev-qt/qtgui jpeg
|
||||||
# required by app-text/calibre-8.9.0::gentoo[python_single_target_python3_13]
|
# required by app-text/calibre-8.9.0::gentoo[python_single_target_python3_13]
|
||||||
# required by app-text/calibre (argument)
|
# required by app-text/calibre (argument)
|
||||||
>=dev-python/pyqt6-6.9.1 quick webchannel
|
>=dev-python/pyqt6-6.9.1 quick webchannel
|
||||||
|
media-video/pipewire sound-server
|
||||||
|
app-admin/sysstat lm-sensors
|
||||||
|
sys-apps/hwloc abi_x86_32
|
||||||
|
# required by sys-apps/hwloc-2.11.2-r1::gentoo[pci]
|
||||||
|
# required by sys-apps/hwloc (argument)
|
||||||
|
>=sys-apps/pciutils-3.14.0 abi_x86_32
|
||||||
|
sys-process/htop hwloc
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue