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
# for electron apps
#export ELECTRON_OZONE_PLATFORM_HINT=wayland
export ELECTRON_OZONE_PLATFORM_HINT=wayland
# 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 __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
systemctl --user stop sunshine

@ -4,7 +4,7 @@ output eDP-1 {
mode 1920x1080@144.003Hz
#scale 1.0
adaptive_sync on
pos 0 0
#pos 0 0
}
output DP-1 {
@ -30,14 +30,13 @@ output HDMI-A-2 {
disable
}
# virtual output, disabled by default
#exec swaymsg create_output
#output HEADLESS-1 {
# mode 1920x1200
# pos 1920 0
#}
#
#exec systemctl --user start sunshine
#virtual output
output HEADLESS-1 {
disable
pos 0 1440
mode 2560x1600
scale 1.5
}
# set mouse
input type:pointer {
@ -74,9 +73,6 @@ exec_always {
# polkit
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 Mod4

Loading…
Cancel
Save