fix: conficts
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
LAPTOP_OUTPUT="eDP-1"
|
||||
LID_STATE_FILE="/proc/acpi/button/lid/LID0/state"
|
||||
LID_STATE_FILE="/proc/acpi/button/lid/LID/state"
|
||||
|
||||
read -r LS < "$LID_STATE_FILE"
|
||||
|
||||
|
||||
8
.config/sway/scripts/env.sh
Executable file
8
.config/sway/scripts/env.sh
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
export MOZ_ENABLE_WAYLAND=1
|
||||
export WLR_DRM_NO_MODIFIERS=1
|
||||
export QT_QPA_PLATFORM="wayland-egl;xcb"
|
||||
export SDL_VIDEODRIVER=wayland
|
||||
export XDG_SESSION_TYPE=wayland
|
||||
export XDG_CURRENT_DESKTOP=sway
|
||||
3
.config/sway/scripts/screen-capture.sh
Normal file
3
.config/sway/scripts/screen-capture.sh
Normal file
@@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
slur
|
||||
Reference in New Issue
Block a user