add: vita sdk and bridge x11 in docker + fixes to sway config
This commit is contained in:
5
.zshrc
5
.zshrc
@@ -9,6 +9,10 @@ export PATH=$HOME/.ghcup/bin:$PATH
|
|||||||
export PATH=$HOME/Documents/pasm/build:$PATH
|
export PATH=$HOME/Documents/pasm/build:$PATH
|
||||||
export PSPDEV=/usr/local/pspdev
|
export PSPDEV=/usr/local/pspdev
|
||||||
export PATH=$PATH:$PSPDEV/bin
|
export PATH=$PATH:$PSPDEV/bin
|
||||||
|
export LANG=en_US.UTF-8
|
||||||
|
export LC_ALL=en_US.UTF-8
|
||||||
|
export VITASDK=/usr/local/vitasdk
|
||||||
|
export PATH=$VITASDK/bin:$PATH
|
||||||
export XDG_CURRENT_DESKTOP=sway
|
export XDG_CURRENT_DESKTOP=sway
|
||||||
export XDG_SESSION_DESKTOP=sway
|
export XDG_SESSION_DESKTOP=sway
|
||||||
export QT_QPA_PLATFORM=wayland
|
export QT_QPA_PLATFORM=wayland
|
||||||
@@ -17,6 +21,7 @@ export GDK_BACKEND="wayland,x11"
|
|||||||
export MOZ_ENABLE_WAYLAND=1
|
export MOZ_ENABLE_WAYLAND=1
|
||||||
export LD_LIBRARY_PATH=~/.local/share/Steam/steamapps/common/Counter-Strike\ Source/bin
|
export LD_LIBRARY_PATH=~/.local/share/Steam/steamapps/common/Counter-Strike\ Source/bin
|
||||||
alias e="emacs . 2>/dev/null &"
|
alias e="emacs . 2>/dev/null &"
|
||||||
|
xhost si:localuser:root > /dev/null
|
||||||
|
|
||||||
# Set name of the theme to load --- if set to "random", it will
|
# Set name of the theme to load --- if set to "random", it will
|
||||||
# load a random theme each time oh-my-zsh is loaded, in which case,
|
# load a random theme each time oh-my-zsh is loaded, in which case,
|
||||||
|
|||||||
@@ -14,6 +14,8 @@ exec systemctl --user import-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
|
|||||||
exec --no-startup-id dbus-update-activation-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP=sway
|
exec --no-startup-id dbus-update-activation-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP=sway
|
||||||
set $mod Mod4
|
set $mod Mod4
|
||||||
|
|
||||||
|
output eDP-1 pos 0 0
|
||||||
|
|
||||||
exec xinput set-prop "Elan Touchpad" "libinput Tapping Enabled" 1
|
exec xinput set-prop "Elan Touchpad" "libinput Tapping Enabled" 1
|
||||||
|
|
||||||
input "type:keyboard" {
|
input "type:keyboard" {
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
# Generated by nwg-displays on 2025-01-28 at 14:33:26. Do not edit manually.
|
# Generated by nwg-displays on 2025-04-09 at 12:24:31. Do not edit manually.
|
||||||
|
|
||||||
output "AU Optronics 0xE48D Unknown" {
|
output "AU Optronics 0xE48D Unknown" {
|
||||||
mode 1920x1080@60.03Hz
|
mode 1920x1080@60.03Hz
|
||||||
pos 0 0
|
pos 1438 303
|
||||||
transform normal
|
transform normal
|
||||||
scale 1.0
|
scale 1.0
|
||||||
scale_filter nearest
|
scale_filter nearest
|
||||||
|
|||||||
@@ -0,0 +1,4 @@
|
|||||||
|
# Generated by nwg-displays on 2025-02-10 at 12:14:35. Do not edit manually.
|
||||||
|
|
||||||
|
workspace 1 output 'AU Optronics 0xE48D Unknown'
|
||||||
|
workspace 2 output 'Iiyama North America PL2493H 11648M8701755'
|
||||||
|
|||||||
Reference in New Issue
Block a user