Compare commits

..

No commits in common. "bdf74867cb5d28395cec921a8ddf6f0c59f10adf" and "10e660eb25ee37a9a3820b1ba8ee0c73fcd59a2f" have entirely different histories.

5 changed files with 2 additions and 16 deletions

View File

@ -3,18 +3,12 @@
# Unless otherwise specified, since these are suggested in the warning about
# audio/video desychnorinization
profile=fast
#hwdec=auto-safe
hwdec=auto-safe
# Preferred audio drivers, but by trailing comma, let others be used too.
# Fedora: pipewire-jack-audio-connection-kit pipewire-pulseaudio pipewire-alsa
# TODO: Does the above apply with PipeWire being the default?
ao=pipewire,pulse,
# And same for video output drivers
vo=gpu-next,gpu,
# Use Vulkan when possible to also get free $MANGOHUD
hwdec=vulkan,auto
gpu-api=vulkan,auto
gpu-context=waylandvk,wayland,auto
# Specify preferred audio and subtitle languages. Two subtitles are shown
# simultaneously, one on top, another on bottom.
@ -24,9 +18,6 @@ slang=fi,fin,sdh,doh,en,eng,eo,epo,la,lat,sv,swe,ru,rus,cs,ces,cze,es,spa,jpn,jp
# TODO: test this! and for YouTube videos/links
ytdl-raw-options-append=sub-langs=fi,fin,sdh,doh,en,eng,eo,epo,la,lat,sv,swe,ru,rus,cs,ces,cze,es,spa,jpn,jp
# Remember quit position even without Shift+Q
save-position-on-quit
embeddedfonts=no
# Sans-Serif fonts are the best for legibility
#sub-font='Roboto'

View File

@ -1,3 +1,3 @@
# Enables mangohud for everything natively supporting it (outside of flatpak?)
export MANGOHUD=1
export MANGOHUD_CONFIG='read_cfg,background_alpha=0,battery_time,battery,cpu_temp,display_server,font_size=26,gpu_temp,device_battery_icon,device_battery=gamepad+mouse,fan,horizontal,ram,vram,swap,time,time_no_label,time_format=%T,wine,mangoapp_steam,position=bottom-left'
export MANGOHUD_CONFIG=read_cfg,background_alpha=0,battery_time,battery,cpu_temp,display_server,gpu_temp,device_battery=gamepad+mouse,fan,gamemode,media_player,hud_compact,ram,vram,swap,time,time_no_label,time_format=%F\ %R,wine,network

View File

@ -10,7 +10,6 @@ Environment=LINUXBREWGROUP=wheel
# Remember `systemd-path search-binaries-default`
ExecStartPre=-echo 1 > /sys/devices/system/cpu/microcode/reload
# - means it can fail, without failing those after it.
ExecStartPre=-chmod a+x /root /var/roothome
# These aren't given --now as THEY WOULD INFINITE LOOP.
ExecStartPre=-systemctl enable aminda-nocron-rebootish.service
ExecStartPre=-systemctl enable aminda-nocron-rebootish.timer

View File

@ -6,7 +6,6 @@ Type=oneshot
TimeoutStartSec=infinity
# Remember `systemd-path search-binaries-default`
# - means it can fail, without failing those after it
ExecStartPre=-chmod a+x /root /var/roothome
# Another attempt at ensuring Yggdrasil works with nordvpnd
ExecStartPre=-systemctl enable --now aminda-nocron-reboot.service
ExecStartPre=-systemctl enable --now aminda-nocron-reboot.timer

View File

@ -1,6 +1,3 @@
# symlinks to root home
@reboot /usr/bin/chmod a+x /root /var/roothome >/dev/null 2>&1
# Workaround it appearing to break SSH especially on family PC
@reboot /bin/bash -c "/bin/nordvpn set killswitch off;/usr/bin/systemctl disable --now nordvpnd.{service.socket} --quiet"