This commit is contained in:
Crispy 2024-08-09 22:22:31 +02:00
parent 362fe3664c
commit 47f9ffc23b
8 changed files with 28 additions and 49 deletions

View file

@ -29,6 +29,7 @@
~/.config/vesktop/settings/quickCss.css: vencord.css
~/.config/VSCodium/User/settings.json: vscodium.json
~/.config/warpd/config: warpd_config
~/.config/wlxoverlay: wlxoverlay
~/.local/share/ovr-utils/overlay_data.json: ovr-utils/overlay_data.json
~/.steam/debian-installation/steamapps/common/Logic World/componentrestrictions.succ: steam/Logic World/componentrestrictions.succ
~/.steam/debian-installation/steamapps/common/Logic World/FavoriteSimulationSpeeds.succ: steam/Logic World/FavoriteSimulationSpeeds.succ

View file

@ -1,4 +1,4 @@
#!/bin/bash
echo 4 > /sys/class/drm/card0/device/pp_power_profile_mode
echo 4 > /sys/class/drm/card2/device/pp_power_profile_mode
echo "Set GPU to VR power profile mode"

View file

@ -1,4 +1,4 @@
#!/bin/bash
echo 0 > /sys/class/drm/card0/device/pp_power_profile_mode
echo 0 > /sys/class/drm/card2/device/pp_power_profile_mode
echo "Set GPU to DEFAULT power profile mode"

View file

@ -1,7 +1,10 @@
`$(python3 /home/crispypin/dotfiles/scripts/vrc-monitor.py) & touch /tmp/VRC_RUNNING && %command% --disable-videoplayers && rm /tmp/VRC_RUNNING`
PROTON_LOG=0 PROTON_LOG_DIR=/tmp %command% -skipsteam --disable-videoplayers --melonloader.hideconsole
--disable-videoplayers --melonloader.hideconsole -skipsteam
--disable-videoplayers
--melonloader.hideconsole
-skipsteam
--enable-libvlc
--force-openxr
XR_API_LAYER_PATH=/home/crispypin/proj/forks/xrBinder/build/XR_APILAYER_NOVENDOR_xr_binder XR_ENABLE_API_LAYERS=XR_APILAYER_NOVENDOR_xr_binder %command% --enable-libvlc --melonloader.hideconsole

View file

@ -11,8 +11,8 @@ https://github.com/ETBCOR/nasin-nanpa/releases
}
.scroller_fea3ef.none_c49869.scrollerBase_c49869 > .listItem_c96c45, /* server discovery button */
.privateChannels_f0963d .channel_c91bad.container_b15955:nth-child(1), /* shop button in DM page */
.privateChannels_f0963d .channel_c91bad.container_b15955:nth-child(3), /* nitro button in DM page */
.privateChannels_f0963d .channel_c91bad.container_d91ad9:nth-child(4), /* shop button in DM page */
.privateChannels_f0963d .channel_c91bad.container_d91ad9:nth-child(3), /* nitro button in DM page */
.channelAppLauncher_df39bd, /* apps launcher next to chat box */
.buttons_d0696b > button, /* nitro gift button in chat box */
.buttons_d0696b > div:nth-child(3) /* sticker button in chat box */

View file

@ -23,14 +23,12 @@
"liveServer.settings.donotShowInfoMsg": true,
"editor.copyWithSyntaxHighlighting": false,
"terminal.integrated.defaultProfile.linux": "fish",
"editor.renderWhitespace": "all",
"terminal.integrated.fontFamily": "monospace",
"markdown.preview.fontFamily": "sans",
"rust-analyzer.cargo.buildScripts.enable": true,
"editor.fontLigatures": true,
"redhat.telemetry.enabled": false,
"files.trimTrailingWhitespace": true,
"editor.formatOnSave": true,
"omnisharp.useModernNet": false,
"[python]": {
"editor.defaultFormatter": "ms-python.black-formatter"
@ -45,5 +43,8 @@
"markdown.preview.breaks": true,
"git.openRepositoryInParentFolders": "always",
"window.zoomLevel": 1,
"editor.minimap.renderCharacters": false
"editor.minimap.renderCharacters": false,
"zig.path": "zig",
"zig.zls.path": "/home/crispypin/.config/VSCodium/User/globalStorage/ziglang.vscode-zig/zls_install/zls",
"zig.initialSetupDone": true
}

View file

@ -44,8 +44,7 @@
right: "/user/hand/right/input/trigger/value"
},
alt_click: {
// left trackpad is space_drag
right: "/user/hand/right/input/trackpad/force",
//right: "/user/hand/right/input/trackpad/force",
},
grab: {
left: "/user/hand/left/input/squeeze/force",
@ -60,9 +59,8 @@
right: "/user/hand/right/input/system/click",
},
space_drag: {
left: "/user/hand/left/input/a/click",
right: "/user/hand/right/input/a/click",
// right trackpad is alt_click
left: "/user/hand/left/input/trackpad/force",
right: "/user/hand/right/input/trackpad/force",
},
click_modifier_right: {
left: "/user/hand/left/input/b/touch",

View file

@ -1,44 +1,20 @@
#setxkbmap -layout se
# DisplayPort-1 is for the VR headset
# DisplayPort-1 is for the index
xrandr \
--output DisplayPort-0 --primary --mode 1920x1080 --pos 1920x0 --rotate normal --set TearFree on \
--output DisplayPort-1 --off \
--output HDMI-A-1 --mode 1920x1080 --pos 0x0 --rotate normal --set TearFree on \
--output VGA-1-1 --mode 1280x1024 --pos 3840x0 --rotate normal
# triple setup
#xrandr \
#--output DisplayPort-0 --primary --mode 1920x1080 --pos 1920x0 --rotate normal --set TearFree on \
#--output DisplayPort-1 --off \
#--output HDMI-A-1 --mode 1920x1080 --pos 0x0 --rotate normal --set TearFree on \
#--output VGA-1-1 --mode 1280x1024 --pos 3840x0 --rotate normal
# if left screen is missing, try the 2-monitor setup
if [ $? ]; then
# no left screen, 2-monitor setup
xrandr \
--output DisplayPort-0 --primary --mode 1920x1080 --pos 1920x0 --rotate normal --set TearFree on \
--output DisplayPort-1 --off \
--output HDMI-A-1 --off \
--output VGA-1-1 --mode 1280x1024 --pos 3840x0 --rotate normal
fi
# VGA doesn't allow tearfree :(
#### old configs
# xrandr \
# --output DisplayPort-0 --primary --mode 1920x1080 --pos 1920x0 --rotate normal --set TearFree on \
# --output DisplayPort-1 --off \
# --output HDMI-A-0 --mode 1280x1024 --pos 3840x0 --rotate normal --set TearFree on \
# --output VGA-1-1 --mode 1920x1080 --pos 0x0 --rotate normal
# --output DisplayPort-4 --mode 1920x1080 --pos 0x0 --rotate normal --set TearFree on \
# xrandr
# --output DisplayPort-0 --off
# --output DisplayPort-1 --off
# --output DisplayPort-2 --off
# --output HDMI-A-0 --mode 1280x1024 --pos 1920x56 --rotate normal
# --output DisplayPort-3 --mode 1920x1080 --pos 0x0 --rotate normal
# --output DisplayPort-4 --off
# bind super to super+esc, for menubar toggle with one key
xcape -e "Super_L=Super_L|Escape"