1
0
This commit is contained in:
Eli Fouts 2025-01-24 01:23:11 -05:00
parent 642c2bce48
commit d814b06d9f
4 changed files with 2 additions and 2 deletions

1
.bashrc Normal file → Executable file
View File

@ -18,5 +18,6 @@ alias spot="ncspot"
alias untar="tar -xf" alias untar="tar -xf"
alias n="nvim" alias n="nvim"
export NVM_DIR="$HOME/.nvm" export NVM_DIR="$HOME/.nvm"
export ELECTRON_OZONE_PLATFORM_HINT=wayland
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"
PS1='[\u@\h \W]\$ ' PS1='[\u@\h \W]\$ '

0
.config/hypr/hypridle.conf Normal file → Executable file
View File

3
.config/hypr/hyprland.conf Normal file → Executable file
View File

@ -6,11 +6,10 @@ $menu = wofi --show drun -n
exec-once = hypridle exec-once = hypridle
exec-once = waybar exec-once = waybar
exec-once = swww-daemon exec-once = swww-daemon
exec-once = sudo powertop --auto-tune
exec-once=dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
exec-once = swaync exec-once = swaync
exec-once = swaync-client -df exec-once = swaync-client -df
exec-once = pactl set-sink-mute @DEFAULT_SINK@ 0 exec-once = pactl set-sink-mute @DEFAULT_SINK@ 0
env = ELECTRON_OZONE_PLATFORM_HINT,wayland
env = XCURSOR_THEME,Bibata-Modern-Classic env = XCURSOR_THEME,Bibata-Modern-Classic
env = XCURSOR_SIZE,12 env = XCURSOR_SIZE,12
general { general {

0
.config/hypr/hyprlock.conf Normal file → Executable file
View File