Compare commits

...

9 Commits

Author SHA1 Message Date
an d0ae269d34 misc video crap 2021-06-20 07:54:50 -06:00
an 82f520c110 misc networking crap 2021-06-20 07:54:43 -06:00
an a93fb36c10 vm crap 2021-06-20 07:54:27 -06:00
an 7fa7171471 various dev environment stuff 2021-06-20 07:54:18 -06:00
an f5d6dfdb86 updates for games 2021-06-20 07:53:20 -06:00
an 4524fdb550 misc fixes 2021-06-20 07:51:42 -06:00
an de91a754cc make tmux display more history 2021-06-20 07:50:06 -06:00
an 5462b43330 gitconfig 2021-06-20 07:49:46 -06:00
an 3a070860d8 betterdiscord stuff 2021-06-20 07:49:03 -06:00
33 changed files with 344 additions and 46 deletions

3
.gitignore vendored
View File

@ -3,3 +3,6 @@ emacs/auto-save-list
emacs/backup
emacs/custom.el
emacs/elpa
applications/betterdiscord/plugins/*.data.json
applications/betterdiscord/plugins/*.plugin.js
applications/betterdiscord/plugins/*.css

View File

@ -0,0 +1,15 @@
{
"changeLogs": {
"BDFDB": "1.7.1",
"ImageUtilities": "4.4.1",
"ShowHiddenChannels": "3.0.0"
},
"choices": {
"toastPosition": "right"
},
"general": {
"showSupportBadges": false,
"showToasts": false,
"useChromium": false
}
}

View File

@ -0,0 +1,39 @@
{
"currentVersionInfo": {
"version": "0.8.14",
"hasShownChangelog": true
},
"settings": {
"global": {
"important": false
},
"modules": {
"typing": true,
"voice": true,
"mentions": true,
"botTags": true,
"memberList": true
},
"popouts": {
"username": false,
"discriminator": false,
"nickname": true,
"fallback": true
},
"modals": {
"username": true,
"discriminator": false
},
"auditLog": {
"username": true,
"discriminator": false
},
"account": {
"username": true,
"discriminator": false
},
"mentions": {
"changeOnHover": true
}
}
}

View File

@ -0,0 +1,6 @@
{
"currentVersionInfo": {
"version": "1.1.0",
"hasShownChangelog": true
}
}

View File

@ -0,0 +1,40 @@
{
"amounts": {
"hoverDelay": 0
},
"engines": {
"_all": true,
"Baidu": true,
"Bing": true,
"Google": true,
"ImgOps": true,
"IQDB": true,
"Reddit": true,
"SauceNAO": true,
"Sogou": true,
"TinEye": true,
"WhatAnime": true,
"Yandex": true
},
"general": {
"resizeImage": true,
"addDetails": true,
"showAsHeader": true,
"showOnHover": false,
"enableGallery": true,
"enableZoom": true,
"pixelZoom": false,
"enableCopyImg": true,
"enableSaveImg": true
},
"places": {
"userAvatars": true,
"groupIcons": true,
"guildIcons": true,
"emojis": true
},
"zoomSettings": {
"lensSize": 200,
"zoomLevel": 1.6999999999999997
}
}

View File

@ -0,0 +1,19 @@
{
"blacklist": [],
"categorydata": [],
"channels": {
"GUILD_TEXT": true,
"GUILD_VOICE": true,
"GUILD_ANNOUNCEMENT": true,
"GUILD_STORE": true,
"GUILD_STAGE_VOICE": true
},
"general": {
"alwaysCollapse": false,
"showForNormal": true,
"showVoiceUsers": true
},
"sortOrder": {
"hidden": "native"
}
}

View File

@ -0,0 +1,6 @@
{
"currentVersionInfo": {
"version": "1.0.2",
"hasShownChangelog": true
}
}

View File

@ -0,0 +1,6 @@
{
"currentVersionInfo": {
"version": "1.2.29",
"hasShownChangelog": true
}
}

View File

@ -0,0 +1,30 @@
/**
* @name DiscordNight
* @version 0.9.2
* @description Dark and compact theme for BetterDiscord
* @source https://github.com/KillYoy/DiscordNight/
* @donate https://www.paypal.me/KillYoy
* @author KillYoy#0295
* @authorId 98468214824001536
*/
@import url("https://KillYoy.github.io/DiscordNight/DiscordNight.css");
:root {
--Text-Channels-Capital-Letter: none;
--Channel-List-Width: 164px;
--Embed-Remove-Button: none;
--Home-Close-DM-Button: none;
}
.chat-3bRxxu .message-2qnXI6:hover {
outline: 1px solid #5a5a5a;
}
.sidebar-2K8pFh .containerDefault-3tr_sE {
padding-top: 4px;
}
.botTagRegular-2HEhHi, .botTagInvert-18-95s {
background: none;
}
code {
font-family: monospace !important;
}

View File

@ -7,3 +7,16 @@
spellingdictionary = none
[pull]
ff = only
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
[diff]
guitool = kdiff3
[difftool]
prompt = false
[difftool.kdiff3]
trustExitCode = false
[init]
defaultBranch = main

View File

@ -1,3 +1,6 @@
[$Version]
update_info=kxkb_variants.upd:split-variants
[Layout]
DisplayNames=pro
LayoutList=progm
@ -10,3 +13,4 @@ ShowLayoutIndicator=false
ShowSingle=true
SwitchMode=Global
Use=true
VariantList=

View File

@ -19,6 +19,7 @@ setw -g window-status-style 'bg=#241d29'
# misc. settings
set -s escape-time 0
set -g destroy-unattached on
set -g history-limit 10000
# bindings
bind -n M-Down select-pane -D

View File

@ -109,6 +109,14 @@
(use-package elisp-mode)
(use-package eldoc)
(use-package yaml-mode
:ensure t)
(use-package cmake-mode
:ensure t
:init
(defvaralias 'cmake-tab-width 'tab-width))
(use-package powershell
:ensure t
:init
@ -133,6 +141,11 @@
:init
(defvaralias 'json-reformat:indent-width 'tab-width))
(use-package nim-mode
:ensure t
:init
(defvaralias 'nim-indent-offset 'tab-width))
(use-package mmm-mode
:ensure t)
@ -149,8 +162,9 @@
(use-package cc-mode
:hook (( c-mode . agw-cc-mode)
(c++-mode . agw-cc-mode))
:mode (("\\.zsc\\'" . c-mode)
("\\.zc\\'" . c-mode))
:mode (("\\.zsc\\'" . c-mode)
("\\.zc\\'" . c-mode)
("\\.build\\'" . c++-mode))
:init
(setq c-auto-align-backslashes nil
c-basic-offset tab-width
@ -188,6 +202,9 @@
:init
(defvaralias 'rust-indent-offset 'tab-width))
(use-package sgml-mode
:hook (html-mode . agw-fp-mode))
;; org-mode
(use-package org
:hook ((org-mode . agw-flyspell-mode)
@ -431,6 +448,7 @@
:ensure t
:after (editorconfig
eldoc
rainbow-mode
simple
subword
undo-tree
@ -443,7 +461,14 @@
(isearch-mode "Is")
(subword-mode "Sw")
(undo-tree-mode "Ut")
(whitespace-mode "Ws"))))
(whitespace-mode "Ws")
(flyspell-mode "Fs")
(rainbow-mode "Rb"))))
(use-package rainbow-mode
:ensure t
:hook ((prog-mode . rainbow-mode)
(text-mode . rainbow-mode)))
;; end of init
(setq gc-cons-threshold (* 1 1000 1000))

9
fish/00-vars Normal file
View File

@ -0,0 +1,9 @@
#!/usr/bin/env fish
# if EDITOR isn't set then we're probably in a remote session
# and need to set the stuff in our environment again
if test ! $EDITOR
source $_agw_dir_rc/system/env/00-vars.sh
end
## EOF

View File

@ -25,6 +25,8 @@ function devrt
-b $_agw_dir_rc:/home/marrub/rc \
-b $_agw_dir_src:/home/marrub/src \
-b $_agw_dir_bin:/home/marrub/bin \
-b ~/vmshare:/home/marrub/vmshare \
-b ~/.gem:/home/marrub/.gem \
-- $_agw_dir_dev /usr/bin/env _agw_chroot=1 /usr/bin/fish -l -i -C cd
end

9
fish/gdcc-install Normal file
View File

@ -0,0 +1,9 @@
#!/usr/bin/env fish
function gdcc-install
for f in $_agw_dir_bin/other/gdcc/*/gdcc-*
ln -s $f $_agw_dir_bin/local/(basename $f)
end
end
## EOF

View File

@ -1,7 +1,10 @@
#!/usr/bin/env fish
function megadl-all -d 'Downloads all files in ~/dl'
for f in (cat ~/dl)
function megadl-all -d 'Downloads all files in ~/dl' -a dl_file
if not test $dl_file
set dl_file ~/dl
end
for f in (cat $dl_file)
set folder_name ""
if string match "*/folder/*" -- $f > /dev/null
set folder_name (string sub -s24 -- $f | tr -c "[a-zA-Z0-9]" "_")

View File

@ -30,6 +30,13 @@ function vm-qemu -d "Frontend to QEMU"
set -a _args --device $dev
end
switch $soundhw
case "hda"
set -a _args --device intel-hda --device hda-duplex
case "ac97"
set -a _args --device AC97
end
# Machine
test "$_cpu"
and set cpu $_cpu
@ -74,7 +81,6 @@ function vm-qemu -d "Frontend to QEMU"
--display sdl,gl=on \
--drive file="$image",format=qcow2,media=disk \
--monitor stdio \
--soundhw "$soundhw" \
--vga "$vga" \
-m "$_mem" \
$_args

View File

@ -23,7 +23,7 @@ end
function xqrebuild -d "Rebuild some of our srcpkgs"
xqdir
xbulk $argv 2>&1 | tee /tmp/xqrebuild.log | less +F
xbulk -1 $argv 2>&1 | tee /tmp/xqrebuild.log | less +F
end
function xqupdate -d "Updates the srcpkg repository for use"
@ -35,6 +35,6 @@ function xqupdate -d "Updates the srcpkg repository for use"
end
xqdir
git pull
rm -rf $XBPS_MASTERDIR
rm -rf $XBPS_MASTERDIR $XBPS_HOSTDIR/{repocache-*,sources}
./xbps-src binary-bootstrap
end

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<mara_prefs version="20190331">
<graphics scmode_width="1280" scmode_height="720" scmode_auto_resolution="false" scmode_high_dpi="true" scmode_hud="true" scmode_hud_scale="1" scmode_term_scale="0" scmode_translucent_map="true" scmode_camera_bob="true" scmode_accel="1" scmode_highres="true" scmode_fullscreen="false" scmode_bitdepth="32" scmode_gamma="3" scmode_fix_h_not_v="false" ogl_flags="19081" software_alpha_blending="0" software_sdl_driver="1" anisotropy_level="0" multisamples="0" geforce_fix="false" wait_for_vsync="false" gamma_corrected_blending="false" use_npot="true" double_corpse_limit="false" hog_the_cpu="false" movie_export_video_quality="50" movie_export_audio_quality="50">
<mara_prefs version="20200807">
<graphics scmode_width="1280" scmode_height="720" scmode_auto_resolution="false" scmode_high_dpi="true" scmode_hud="true" scmode_hud_scale="1" scmode_term_scale="0" scmode_translucent_map="true" scmode_camera_bob="true" scmode_accel="1" scmode_highres="true" scmode_fullscreen="false" scmode_bitdepth="32" scmode_gamma="3" scmode_fix_h_not_v="false" ogl_flags="19081" software_alpha_blending="0" software_sdl_driver="1" anisotropy_level="0" multisamples="0" geforce_fix="false" wait_for_vsync="false" gamma_corrected_blending="false" use_npot="true" double_corpse_limit="false" hog_the_cpu="false" movie_export_video_quality="50" movie_export_video_bitrate="0" movie_export_audio_quality="50">
<void>
<color red="0" green="0" blue="0"/>
</void>
@ -79,7 +79,7 @@
<binding action="chat" pressed="backslash"/>
<binding action="net-stats" pressed="1"/>
</input>
<sound channels="32" volume="2" music_volume="4" flags="59" rate="44100" samples="1024" volume_while_speaking="32" mute_while_transmitting="true"/>
<sound channels="32" volume_db="-6.02060032" music_db="-3.01030016" flags="59" rate="44100" samples="1024" volume_while_speaking="32" mute_while_transmitting="true" video_export_volume_db="-8"/>
<network microphone="true" untimed="false" type="3" game_type="0" difficulty="2" game_options="1423" time_limit="18000" kill_limit="10" entry_point="0" autogather="false" join_by_address="false" join_address="" local_game_port="4226" game_protocol="star" use_speex_netmic_encoder="true" use_netscript="false" netscript_file="" cheat_flags="39" advertise_on_metaserver="false" attempt_upnp="false" check_for_updates="true" verify_https="false" metaserver_login="guest" metaserver_password="72657665726f66206e6f68746172616d" use_custom_metaserver_colors="false" mute_metaserver_guests="false" join_metaserver_by_default="false" allow_stats="false">
<color index="0" red="0.607843161" green="0.290196091" blue="0.933333337"/>
<color index="1" red="0.607843161" green="0.290196091" blue="0.933333337"/>

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<mara_prefs version="20190331">
<graphics scmode_width="1280" scmode_height="720" scmode_auto_resolution="false" scmode_high_dpi="true" scmode_hud="true" scmode_hud_scale="0" scmode_term_scale="0" scmode_translucent_map="true" scmode_camera_bob="true" scmode_accel="1" scmode_highres="true" scmode_fullscreen="false" scmode_bitdepth="32" scmode_gamma="3" scmode_fix_h_not_v="false" ogl_flags="19081" software_alpha_blending="2" software_sdl_driver="1" anisotropy_level="0" multisamples="0" geforce_fix="false" wait_for_vsync="false" gamma_corrected_blending="false" use_npot="true" double_corpse_limit="false" hog_the_cpu="false" movie_export_video_quality="50" movie_export_audio_quality="50">
<mara_prefs version="20200807">
<graphics scmode_width="1280" scmode_height="720" scmode_auto_resolution="false" scmode_high_dpi="true" scmode_hud="true" scmode_hud_scale="0" scmode_term_scale="0" scmode_translucent_map="true" scmode_camera_bob="true" scmode_accel="1" scmode_highres="true" scmode_fullscreen="false" scmode_bitdepth="32" scmode_gamma="3" scmode_fix_h_not_v="false" ogl_flags="19081" software_alpha_blending="2" software_sdl_driver="1" anisotropy_level="0" multisamples="0" geforce_fix="false" wait_for_vsync="false" gamma_corrected_blending="false" use_npot="true" double_corpse_limit="false" hog_the_cpu="false" movie_export_video_quality="50" movie_export_video_bitrate="0" movie_export_audio_quality="50">
<void>
<color red="0" green="0" blue="0"/>
</void>
@ -61,7 +61,7 @@
<binding action="chat" pressed="grave"/>
<binding action="net-stats" pressed="1"/>
</input>
<sound channels="16" volume="2" music_volume="4" flags="59" rate="44100" samples="1024" volume_while_speaking="32" mute_while_transmitting="true"/>
<sound channels="16" volume_db="-6.02060032" music_db="-3.01030016" flags="59" rate="44100" samples="1024" volume_while_speaking="32" mute_while_transmitting="true" video_export_volume_db="-8"/>
<network microphone="false" untimed="false" type="3" game_type="4" difficulty="4" game_options="1423" time_limit="18000" kill_limit="10" entry_point="36" autogather="false" join_by_address="false" join_address="" local_game_port="4226" game_protocol="star" use_speex_netmic_encoder="true" use_netscript="false" netscript_file="" cheat_flags="39" advertise_on_metaserver="false" attempt_upnp="false" check_for_updates="true" verify_https="false" metaserver_login="guest" metaserver_password="72657665726f66206e6f68746172616d" use_custom_metaserver_colors="false" mute_metaserver_guests="false" join_metaserver_by_default="false" allow_stats="false">
<color index="0" red="0.140627146" green="0.371099412" blue="0.636728466"/>
<color index="1" red="0.140627146" green="0.371099412" blue="0.636728466"/>

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<mara_prefs version="20190331">
<graphics scmode_width="1280" scmode_height="720" scmode_auto_resolution="false" scmode_high_dpi="true" scmode_hud="true" scmode_hud_scale="0" scmode_term_scale="0" scmode_translucent_map="true" scmode_camera_bob="true" scmode_accel="1" scmode_highres="true" scmode_fullscreen="false" scmode_bitdepth="32" scmode_gamma="3" scmode_fix_h_not_v="false" ogl_flags="19081" software_alpha_blending="2" software_sdl_driver="1" anisotropy_level="0" multisamples="0" geforce_fix="false" wait_for_vsync="false" gamma_corrected_blending="false" use_npot="true" double_corpse_limit="false" hog_the_cpu="false" movie_export_video_quality="50" movie_export_audio_quality="50">
<mara_prefs version="20200807">
<graphics scmode_width="1280" scmode_height="720" scmode_auto_resolution="false" scmode_high_dpi="true" scmode_hud="true" scmode_hud_scale="0" scmode_term_scale="0" scmode_translucent_map="true" scmode_camera_bob="true" scmode_accel="1" scmode_highres="true" scmode_fullscreen="false" scmode_bitdepth="32" scmode_gamma="3" scmode_fix_h_not_v="false" ogl_flags="19081" software_alpha_blending="2" software_sdl_driver="1" anisotropy_level="0" multisamples="0" geforce_fix="false" wait_for_vsync="false" gamma_corrected_blending="false" use_npot="true" double_corpse_limit="false" hog_the_cpu="false" movie_export_video_quality="50" movie_export_video_bitrate="0" movie_export_audio_quality="50">
<void>
<color red="0" green="0" blue="0"/>
</void>
@ -61,7 +61,7 @@
<binding action="chat" pressed="grave"/>
<binding action="net-stats" pressed="1"/>
</input>
<sound channels="16" volume="2" music_volume="4" flags="59" rate="44100" samples="1024" volume_while_speaking="32" mute_while_transmitting="true"/>
<sound channels="16" volume_db="-6.02060032" music_db="-3.01030016" flags="59" rate="44100" samples="1024" volume_while_speaking="32" mute_while_transmitting="true" video_export_volume_db="-8"/>
<network microphone="true" untimed="false" type="3" game_type="0" difficulty="2" game_options="1423" time_limit="18000" kill_limit="10" entry_point="0" autogather="false" join_by_address="false" join_address="" local_game_port="4226" game_protocol="star" use_speex_netmic_encoder="true" use_netscript="false" netscript_file="" cheat_flags="39" advertise_on_metaserver="false" attempt_upnp="false" check_for_updates="true" verify_https="false" metaserver_login="guest" metaserver_password="72657665726f66206e6f68746172616d" use_custom_metaserver_colors="false" mute_metaserver_guests="false" join_metaserver_by_default="false" allow_stats="false">
<color index="0" red="0.140627146" green="0.371099412" blue="0.636728466"/>
<color index="1" red="0.140627146" green="0.371099412" blue="0.636728466"/>

View File

@ -21,6 +21,9 @@ music_card -1
[-1-?(-1)] SDL joystick device number, -1 to disable
joystick_num -1
[0-100(1)] Joystick turning sensitivity
i_joyturnsens 1.00000
[0-32767(7849)] SDL MMSYSTEM joystick sensitivity
i_joysticksens 7849
@ -48,6 +51,9 @@ demo_insurance 0
[0-1(0)] 1 to enable recoil from weapon fire *
weapon_recoil 0
[0-1(0)] 0 - don't center weapon when firing, 1 - center weapon when firing
r_centerfire 0
[0-4(0)] 0 - normal, 1 - classic, 2 - 11k, 3 - bouncing!, 4 - burst *
bfgtype 0
@ -57,6 +63,9 @@ crosshair 2
[0-1(0)] 0 - no highlighting, 1 - aim highlighting enabled *
crosshair_hilite 1
[0-1(1)] 0 - scale crosshair, 1 - draw crosshair unscaled *
crosshair_scale 1
[0-1(0)] show scores in deathmatch *
show_scores 1
@ -69,7 +78,7 @@ weapon_hotkey_cycling 1
[0-1(1)] 1 to enable player bobbing (view moving up/down slightly) *
player_bobbing 1
[0-1(1)] 1 to enable monsters remembering enemies after killing others *
[0-1(0)] 1 to enable monsters remembering enemies after killing others *
monsters_remember 0
[0-1(1)] 1 to enable monsters fighting against each other when provoked *
@ -78,7 +87,7 @@ monster_infighting 1
[0-1(0)] 1 to enable monsters backing away from targets *
monster_backing 0
[0-1(1)] 1 to enable monsters to intelligently avoid hazards *
[0-1(0)] 1 to enable monsters to intelligently avoid hazards *
monster_avoid_hazards 1
[0-1(0)] 1 to enable monsters to move up/down steep stairs *
@ -114,7 +123,7 @@ sts_always_red 1
[0-1(0)] 1 to make percent signs on status bar always gray *
sts_pct_always_gray 0
[0-1(1)] 1 to disable doubled card and skull key display on status bar *
[0-1(0)] 1 to disable doubled card and skull key display on status bar *
sts_traditional_keys 1
[0-1(0)] 1 to keep keyboard LEDs turned off
@ -138,8 +147,8 @@ mouse_accel_threshold 10
[0-?(2)] amount of mouse acceleration to apply (custom acceleration mode only)
mouse_accel_value 2.00000
[0-1(0)] 0 for normal mouse, 1 for no vertical movement
mouse_novert 0
[0-1(0)] 0 for no vertical movement, 1 for vertical movement
mouse_vert 0
[0-1(0)] average mouse input when turning player
smooth_turning 0
@ -162,11 +171,11 @@ mess_colour 2
[0-1(0)] 1 to enable autorun
autorun 0
[0-1(0)] 1 to walk with shift when autorun is enabled
[0-1(1)] 1 to walk with shift when autorun is enabled
runiswalk 0
[0-8(7)] initial play screen size
screensize 7
screensize 8
[0-4(0)] screen brightness (gamma correction)
usegamma 0
@ -189,9 +198,6 @@ cscript_1 ""
[("")] Console script executed at program startup
cscript_2 ""
[-1-1(-1)] use start map instead of menu *
use_startmap -1
[0-1(1)] Zombie players can exit levels *
comp_zombie 1
@ -432,6 +438,9 @@ map_point_coord 1
[0-1(1)] 1 to not show secret sectors till after entered *
map_secret_after 1
[0-1(1)] enable secret notification *
secret_notification 1
[1-16(1)] number of lines in review display *
hud_msg_lines 3
@ -448,11 +457,14 @@ hud_overlayid 0
hud_overlaylayout 2
[0-1(1)] fullscreen hud enabled *
hud_enabled 0
hud_enabled 1
[0-1(0)] hide kills/items/secrets info on fullscreen hud *
hud_hidestatus 0
[0-1(1)] restrict HUD overlays to be no wider than 16:9
hud_restrictoverlaywidth 1
[0-1(1)] display current level time on automap *
hu_showtime 1
@ -573,10 +585,10 @@ mn_background "FWATER1"
[(".")] user's default wad directory
wad_directory "/media/store/games/doom/pwads"
[0-1(1)] 0 = normal, 1 = optimized quad cache
r_columnengine 1
[0-0(0)] 0 = normal
r_columnengine 0
[0-0(0)] 0 = high precision, 1 = low precision
[0-0(0)] 0 = high precision
r_spanengine 0
[0-2(1)] Doom object translucency style (0 = none, 1 = Boom, 2 = new) *
@ -603,12 +615,12 @@ snd_spcbassboost 8
[-1-0(-1)] device used for MIDI playback *
snd_mididevice 0
[0-4(2)] TODO: adlmidi_bank description
[0-4(2)] OPL3 emulator used for ADLMIDI
snd_oplemulator 2
[1-8(2)] TODO: adlmidi_numcards description *
[1-8(2)] OPL3 chips to emulate for ADLMIDI *
snd_numchips 8
[0-74(72)] TODO: adlmidi_bank description *
[0-75(72)] sound bank used for ADLMIDI *
snd_bank 72

View File

@ -58,7 +58,7 @@ iwad_freedm ""
iwad_rekkr ""
[-1-15(-1)] Number of last IWAD chosen from the IWAD picker
iwad_choice 3
iwad_choice 2
[("")] Directory containing Master Levels wad files
master_levels_dir "/media/store/games/doom/iwads/master"
@ -111,6 +111,9 @@ screenshot_gamma 1
[-1-1(-1)] Select video backend (-1 = default, 0 = SDL Default, 1 = SDL GL2D)
i_videodriverid 0
[("native")] Resolution of the renderer's target (WWWWxHHHH or native)
i_resolution "native"
[("640x480w")] Description of video mode parameters (WWWWxHHHH[flags])
i_videomode "1280x720w"
@ -120,10 +123,10 @@ i_letterbox 0
[0-1(1)] 1 to enable wait for vsync to avoid display tearing
use_vsync 0
[0-7(0)] Favorite aspect ratio for selection in menus
[0-8(0)] Favorite aspect ratio for selection in menus
mn_favaspectratio 0
[0-1(0)] Favorite screen type for selection in menus
[0-2(0)] Favorite screen type for selection in menus
mn_favscreentype 0
[0-1(1)] 1 to enable use of GL extensions in general
@ -147,9 +150,6 @@ d_interpolate 1
[0-1(1)] 1 to enable force feedback through gamepads where supported
i_forcefeedback 1
[20-179(90)] The renderer's field of view angle (in degrees)
r_fov 106
[0-?(0)] Display number that the window appears on
displaynum 0

View File

@ -1,5 +1,5 @@
[lutris]
migration_version = 8
migration_version = 10
dont-support-lutris = True
width = 948
height = 593
@ -16,6 +16,9 @@ right_side_panel_visible = False
hide-wine-non-esync-version-warning = True
hide-wine-systemwide-install-warning = True
show_hidden_games = false
library_ignores =
side_panel_visible = False
selected_category = category:all
[list view]
name_column_width = 200

View File

@ -22,3 +22,14 @@ audio_output {
path "~/.config/mpd/fifo"
}
audio_output {
type "httpd"
name "mpdhttpd"
encoder "opus"
port "8069"
quality "5.0"
format "44100:16:1"
always_on "yes"
tags "yes"
}

View File

@ -1,9 +1,22 @@
load_module /usr/local/lib/ngx_rtmp_module.so;
worker_processes 1;
events {
worker_connections 1024;
}
rtmp {
server {
listen 1935;
chunk_size 4096;
application live {
live on;
record off;
}
}
}
http {
disable_symlinks off;
@ -21,16 +34,25 @@ http {
server {
listen 80;
server_name heavenisin.space;
index index.html index.htm;
index index.html;
include common.conf;
root /var/www/pub_http/;
root /var/www/heavenisin.space/;
location /temp {
alias /tmp/hosting/;
}
}
server {
listen 80;
server_name bussyslayer69.gay;
index index.html;
include common.conf;
root /var/www/bussyslayer69.gay/;
}
server {
listen 81;
listen [::]:81;

View File

@ -2,6 +2,9 @@
/etc/fonts/conf.d/10-scale-bitmap-fonts.conf
/etc/fonts/conf.d/10-sub-pixel-rgb.conf
/etc/fonts/conf.d/11-lcdfilter-default.conf
/etc/fonts/conf.d/20-unhint-small-dejavu-sans-mono.conf
/etc/fonts/conf.d/20-unhint-small-dejavu-sans.conf
/etc/fonts/conf.d/20-unhint-small-dejavu-serif.conf
/etc/fonts/conf.d/20-unhint-small-vera.conf
/etc/fonts/conf.d/30-metric-aliases.conf
/etc/fonts/conf.d/30-win32-aliases.conf
@ -11,6 +14,9 @@
/etc/fonts/conf.d/49-sansserif.conf
/etc/fonts/conf.d/50-user.conf
/etc/fonts/conf.d/51-local.conf
/etc/fonts/conf.d/57-dejavu-sans-mono.conf
/etc/fonts/conf.d/57-dejavu-sans.conf
/etc/fonts/conf.d/57-dejavu-serif.conf
/etc/fonts/conf.d/60-generic.conf
/etc/fonts/conf.d/60-latin.conf
/etc/fonts/conf.d/65-fonts-persian.conf

View File

@ -9,7 +9,6 @@ Section "Device"
Identifier "Device0"
Driver "amdgpu"
Option "Monitor-DisplayPort-1" "DisplayPort1"
Option "TearFree" "true"
Option "VariableRefresh" "true"
EndSection

View File

@ -1 +1,2 @@
disk /media/store/vm/MacEmu/OS9
disk /media/store/vm/MacEmu/Data

View File

@ -0,0 +1 @@
disk /media/store/vm/MacEmu/OS9JP

View File

@ -1,2 +0,0 @@
disk /media/store/vm/MacEmu/OS9.hfv
disk /media/store/vm/MacEmu/Data.hfx

View File

@ -0,0 +1,9 @@
#!/usr/bin/env fish
set _arch x86_64
set _ver 20.04.2
set _install "Linux/Ubuntu/_ver_-live-server-amd64.iso"
set _mem 8G
set _args \
--fsdev local,security_model=passthrough,id=fsdev0,path=$HOME/vmshare \
--device virtio-9p-pci,id=fs0,fsdev=fsdev0,mount_tag=hostshare