mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-08-04 13:17:21 +02:00
Compare commits
9 Commits
10e660eb25
...
bdf74867cb
Author | SHA1 | Date | |
---|---|---|---|
bdf74867cb | |||
52d52e5903 | |||
7f9d7d98d7 | |||
ff029dbd07 | |||
af32168150 | |||
827e7ec01a | |||
7a16607e5f | |||
7cefadd51c | |||
00b1b7523c |
@ -3,12 +3,18 @@
|
||||
# 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.
|
||||
@ -18,6 +24,9 @@ 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'
|
||||
|
@ -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,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
|
||||
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'
|
||||
|
@ -10,6 +10,7 @@ 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
|
||||
|
@ -6,6 +6,7 @@ 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
|
||||
|
@ -1,3 +1,6 @@
|
||||
# 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"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user