things
This commit is contained in:
parent
362fe3664c
commit
47f9ffc23b
8 changed files with 28 additions and 49 deletions
|
@ -29,6 +29,7 @@
|
||||||
~/.config/vesktop/settings/quickCss.css: vencord.css
|
~/.config/vesktop/settings/quickCss.css: vencord.css
|
||||||
~/.config/VSCodium/User/settings.json: vscodium.json
|
~/.config/VSCodium/User/settings.json: vscodium.json
|
||||||
~/.config/warpd/config: warpd_config
|
~/.config/warpd/config: warpd_config
|
||||||
|
~/.config/wlxoverlay: wlxoverlay
|
||||||
~/.local/share/ovr-utils/overlay_data.json: ovr-utils/overlay_data.json
|
~/.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/componentrestrictions.succ: steam/Logic World/componentrestrictions.succ
|
||||||
~/.steam/debian-installation/steamapps/common/Logic World/FavoriteSimulationSpeeds.succ: steam/Logic World/FavoriteSimulationSpeeds.succ
|
~/.steam/debian-installation/steamapps/common/Logic World/FavoriteSimulationSpeeds.succ: steam/Logic World/FavoriteSimulationSpeeds.succ
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/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"
|
echo "Set GPU to VR power profile mode"
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/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"
|
echo "Set GPU to DEFAULT power profile mode"
|
||||||
|
|
||||||
|
|
|
@ -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
|
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
|
--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
|
||||||
|
|
|
@ -11,8 +11,8 @@ https://github.com/ETBCOR/nasin-nanpa/releases
|
||||||
}
|
}
|
||||||
|
|
||||||
.scroller_fea3ef.none_c49869.scrollerBase_c49869 > .listItem_c96c45, /* server discovery button */
|
.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_d91ad9:nth-child(4), /* 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(3), /* nitro button in DM page */
|
||||||
.channelAppLauncher_df39bd, /* apps launcher next to chat box */
|
.channelAppLauncher_df39bd, /* apps launcher next to chat box */
|
||||||
.buttons_d0696b > button, /* nitro gift button in chat box */
|
.buttons_d0696b > button, /* nitro gift button in chat box */
|
||||||
.buttons_d0696b > div:nth-child(3) /* sticker button in chat box */
|
.buttons_d0696b > div:nth-child(3) /* sticker button in chat box */
|
||||||
|
|
|
@ -23,14 +23,12 @@
|
||||||
"liveServer.settings.donotShowInfoMsg": true,
|
"liveServer.settings.donotShowInfoMsg": true,
|
||||||
"editor.copyWithSyntaxHighlighting": false,
|
"editor.copyWithSyntaxHighlighting": false,
|
||||||
"terminal.integrated.defaultProfile.linux": "fish",
|
"terminal.integrated.defaultProfile.linux": "fish",
|
||||||
"editor.renderWhitespace": "all",
|
|
||||||
"terminal.integrated.fontFamily": "monospace",
|
"terminal.integrated.fontFamily": "monospace",
|
||||||
"markdown.preview.fontFamily": "sans",
|
"markdown.preview.fontFamily": "sans",
|
||||||
"rust-analyzer.cargo.buildScripts.enable": true,
|
"rust-analyzer.cargo.buildScripts.enable": true,
|
||||||
"editor.fontLigatures": true,
|
"editor.fontLigatures": true,
|
||||||
"redhat.telemetry.enabled": false,
|
"redhat.telemetry.enabled": false,
|
||||||
"files.trimTrailingWhitespace": true,
|
"files.trimTrailingWhitespace": true,
|
||||||
"editor.formatOnSave": true,
|
|
||||||
"omnisharp.useModernNet": false,
|
"omnisharp.useModernNet": false,
|
||||||
"[python]": {
|
"[python]": {
|
||||||
"editor.defaultFormatter": "ms-python.black-formatter"
|
"editor.defaultFormatter": "ms-python.black-formatter"
|
||||||
|
@ -45,5 +43,8 @@
|
||||||
"markdown.preview.breaks": true,
|
"markdown.preview.breaks": true,
|
||||||
"git.openRepositoryInParentFolders": "always",
|
"git.openRepositoryInParentFolders": "always",
|
||||||
"window.zoomLevel": 1,
|
"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
|
||||||
}
|
}
|
|
@ -44,8 +44,7 @@
|
||||||
right: "/user/hand/right/input/trigger/value"
|
right: "/user/hand/right/input/trigger/value"
|
||||||
},
|
},
|
||||||
alt_click: {
|
alt_click: {
|
||||||
// left trackpad is space_drag
|
//right: "/user/hand/right/input/trackpad/force",
|
||||||
right: "/user/hand/right/input/trackpad/force",
|
|
||||||
},
|
},
|
||||||
grab: {
|
grab: {
|
||||||
left: "/user/hand/left/input/squeeze/force",
|
left: "/user/hand/left/input/squeeze/force",
|
||||||
|
@ -60,9 +59,8 @@
|
||||||
right: "/user/hand/right/input/system/click",
|
right: "/user/hand/right/input/system/click",
|
||||||
},
|
},
|
||||||
space_drag: {
|
space_drag: {
|
||||||
left: "/user/hand/left/input/a/click",
|
left: "/user/hand/left/input/trackpad/force",
|
||||||
right: "/user/hand/right/input/a/click",
|
right: "/user/hand/right/input/trackpad/force",
|
||||||
// right trackpad is alt_click
|
|
||||||
},
|
},
|
||||||
click_modifier_right: {
|
click_modifier_right: {
|
||||||
left: "/user/hand/left/input/b/touch",
|
left: "/user/hand/left/input/b/touch",
|
||||||
|
|
40
xprofile
40
xprofile
|
@ -1,44 +1,20 @@
|
||||||
#setxkbmap -layout se
|
#setxkbmap -layout se
|
||||||
|
|
||||||
# DisplayPort-1 is for the VR headset
|
# DisplayPort-1 is for the index
|
||||||
|
|
||||||
xrandr \
|
# triple setup
|
||||||
--output DisplayPort-0 --primary --mode 1920x1080 --pos 1920x0 --rotate normal --set TearFree on \
|
#xrandr \
|
||||||
--output DisplayPort-1 --off \
|
#--output DisplayPort-0 --primary --mode 1920x1080 --pos 1920x0 --rotate normal --set TearFree on \
|
||||||
--output HDMI-A-1 --mode 1920x1080 --pos 0x0 --rotate normal --set TearFree on \
|
#--output DisplayPort-1 --off \
|
||||||
--output VGA-1-1 --mode 1280x1024 --pos 3840x0 --rotate normal
|
#--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
|
# no left screen, 2-monitor setup
|
||||||
if [ $? ]; then
|
|
||||||
xrandr \
|
xrandr \
|
||||||
--output DisplayPort-0 --primary --mode 1920x1080 --pos 1920x0 --rotate normal --set TearFree on \
|
--output DisplayPort-0 --primary --mode 1920x1080 --pos 1920x0 --rotate normal --set TearFree on \
|
||||||
--output DisplayPort-1 --off \
|
--output DisplayPort-1 --off \
|
||||||
--output HDMI-A-1 --off \
|
--output HDMI-A-1 --off \
|
||||||
--output VGA-1-1 --mode 1280x1024 --pos 3840x0 --rotate normal
|
--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
|
# bind super to super+esc, for menubar toggle with one key
|
||||||
xcape -e "Super_L=Super_L|Escape"
|
xcape -e "Super_L=Super_L|Escape"
|
||||||
|
|
Loading…
Reference in a new issue