Compare commits

..

No commits in common. 'main' and 'devmeariver' have entirely different histories.

@ -28,7 +28,7 @@ export XDG_SESSION_DESKTOP=Sway
export WLR_NO_HARDWARE_CURSORS=1 export WLR_NO_HARDWARE_CURSORS=1
# for electron apps # for electron apps
#export ELECTRON_OZONE_PLATFORM_HINT=wayland export ELECTRON_OZONE_PLATFORM_HINT=wayland
# fix for slow loads on igpu-only mode # fix for slow loads on igpu-only mode
# #
@ -58,5 +58,3 @@ export SSH_AUTH_SOCK
#export WLR_DRM_DEVICES=/dev/dri/card1:/dev/dri/card0 #export WLR_DRM_DEVICES=/dev/dri/card1:/dev/dri/card0
#export __EGL_VENDOR_LIBRARY_FILENAMES=/usr/share/glvnd/egl_vendor.d/10_nvidia.json:/usr/share/glvnd/egl_vendor.d/50_mesa.json #export __EGL_VENDOR_LIBRARY_FILENAMES=/usr/share/glvnd/egl_vendor.d/10_nvidia.json:/usr/share/glvnd/egl_vendor.d/50_mesa.json
sway --unsupported-gpu sway --unsupported-gpu
systemctl --user stop sunshine

@ -4,7 +4,7 @@ output eDP-1 {
mode 1920x1080@144.003Hz mode 1920x1080@144.003Hz
#scale 1.0 #scale 1.0
adaptive_sync on adaptive_sync on
pos 0 0 #pos 0 0
} }
output DP-1 { output DP-1 {
@ -30,14 +30,13 @@ output HDMI-A-2 {
disable disable
} }
# virtual output, disabled by default #virtual output
#exec swaymsg create_output output HEADLESS-1 {
#output HEADLESS-1 { disable
# mode 1920x1200 pos 0 1440
# pos 1920 0 mode 2560x1600
#} scale 1.5
# }
#exec systemctl --user start sunshine
# set mouse # set mouse
input type:pointer { input type:pointer {
@ -74,9 +73,6 @@ exec_always {
# polkit # polkit
exec /usr/bin/lxpolkit exec /usr/bin/lxpolkit
# easy-effects for speakers
exec /usr/bin/flatpak run --command=easyeffects com.github.wwmm.easyeffects --gapplication-service
# set mod to super # set mod to super
set $mod Mod4 set $mod Mod4

Loading…
Cancel
Save