Compare commits
No commits in common. "627a799932e7d1ed83cee115e86dc99852c88ca7" and "f2666b2bab6e9c1d3ffcf8ef235936ac78864083" have entirely different histories.
627a799932
...
f2666b2bab
@ -6,3 +6,8 @@
|
|||||||
[[ -z $DISPLAY && $(tty) = /dev/tty1 ]] && exec Hyprland
|
[[ -z $DISPLAY && $(tty) = /dev/tty1 ]] && exec Hyprland
|
||||||
|
|
||||||
[[ -f ~/.bashrc ]] && . ~/.bashrc
|
[[ -f ~/.bashrc ]] && . ~/.bashrc
|
||||||
|
|
||||||
|
# Start uwsm, which starts hyprland
|
||||||
|
if uwsm check may-start; then
|
||||||
|
exec uwsm start hyprland.desktop
|
||||||
|
fi
|
||||||
|
5
.bashrc
5
.bashrc
@ -99,11 +99,6 @@ export HISTCONTROL=erasedups:ignoredups:ignorespace
|
|||||||
shopt -s histappend
|
shopt -s histappend
|
||||||
PROMPT_COMMAND='history -a'
|
PROMPT_COMMAND='history -a'
|
||||||
|
|
||||||
# TeX Live 2025 paths
|
|
||||||
export PATH="/usr/local/texlive/2025/bin/x86_64-linux:$PATH"
|
|
||||||
export MANPATH="/usr/local/texlive/2025/texmf-dist/doc/man:$MANPATH"
|
|
||||||
export INFOPATH="/usr/local/texlive/2025/texmf-dist/doc/info:$INFOPATH"
|
|
||||||
|
|
||||||
#######################################################
|
#######################################################
|
||||||
# Launch on boot
|
# Launch on boot
|
||||||
#######################################################
|
#######################################################
|
||||||
|
@ -17,10 +17,10 @@ listener {
|
|||||||
on-resume = brightnessctl -rd rgb:kbd_backlight # turn on keyboard backlight.
|
on-resume = brightnessctl -rd rgb:kbd_backlight # turn on keyboard backlight.
|
||||||
}
|
}
|
||||||
|
|
||||||
#listener {
|
listener {
|
||||||
# timeout = 300 # 5min
|
timeout = 300 # 5min
|
||||||
# on-timeout = loginctl lock-session # lock screen when timeout has passed
|
on-timeout = loginctl lock-session # lock screen when timeout has passed
|
||||||
#}
|
}
|
||||||
|
|
||||||
listener {
|
listener {
|
||||||
timeout = 330 # 5.5min
|
timeout = 330 # 5.5min
|
||||||
@ -28,7 +28,7 @@ listener {
|
|||||||
on-resume = hyprctl dispatch dpms on && brightnessctl -r # screen on when activity is detected after timeout has fired.
|
on-resume = hyprctl dispatch dpms on && brightnessctl -r # screen on when activity is detected after timeout has fired.
|
||||||
}
|
}
|
||||||
|
|
||||||
#listener {
|
listener {
|
||||||
# timeout = 1800 # 30min
|
timeout = 1800 # 30min
|
||||||
# on-timeout = systemctl suspend # suspend pc
|
on-timeout = systemctl suspend # suspend pc
|
||||||
#}
|
}
|
||||||
|
@ -68,8 +68,8 @@ echo '[Service]\nExecStart=\nExecStart=-/sbin/agetty --noreset --noclear --autol
|
|||||||
#ectool chargecontrol normal 80 80
|
#ectool chargecontrol normal 80 80
|
||||||
cp ~/dotfiles/etc/tlp.conf /etc/
|
cp ~/dotfiles/etc/tlp.conf /etc/
|
||||||
pacman -S tlp tlp-rdw
|
pacman -S tlp tlp-rdw
|
||||||
systemctl enable --now tlp.service
|
systemctl enable tlp.service
|
||||||
systemctl enable --now NetworkManager-dispatcher.service
|
systemctl enable NetworkManager-dispatcher.service
|
||||||
systemctl mask systemd-rfkill.service # Needed for auto-disable of BT on boot by TLP
|
systemctl mask systemd-rfkill.service # Needed for auto-disable of BT on boot by TLP
|
||||||
systemctl mask systemd-rfkill.socket # Also needed for auto-disable BT
|
systemctl mask systemd-rfkill.socket # Also needed for auto-disable BT
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user