added swaylock
This commit is contained in:
parent
0bc8e861ea
commit
f0ecbcfebc
4 changed files with 82 additions and 15 deletions
|
@ -27,6 +27,13 @@ exec-once = solaar -w hide
|
|||
#env = XCURSOR_SIZE,24
|
||||
env = MOZ_ENABLE_WAYLAND,1
|
||||
env = MOZ_DISABLE_RDD_SANDBOX,1
|
||||
env = GDK_BACKEND=wayland,x11
|
||||
env = QT_QPA_PLATFORM="wayland;xcb"
|
||||
env = SDL_VIDEODRIVER=wayland
|
||||
env = CLUTTER_BACKEND=wayland
|
||||
env = XDG_CURRENT_DESKTOP=Hyprland
|
||||
env = XDG_SESSION_TYPE=wayland
|
||||
env = XDG_SESSION_DESKTOP=Hyprland
|
||||
|
||||
misc {
|
||||
disable_hyprland_logo = true
|
||||
|
@ -117,15 +124,6 @@ gestures {
|
|||
# sensitivity = -0.5
|
||||
#}
|
||||
|
||||
# unscale XWayland
|
||||
xwayland {
|
||||
force_zero_scaling = true
|
||||
}
|
||||
#
|
||||
|
||||
toolkit-specific scale
|
||||
env = GDK_SCALE,2
|
||||
env = XCURSOR_SIZE,24
|
||||
|
||||
# Example windowrule v1
|
||||
# windowrule = float, ^(kitty)$
|
||||
|
|
|
@ -1,12 +1,13 @@
|
|||
preload = ~/Pictures/Wallpaper/cityx4.png
|
||||
preload = ~/Pictures/Wallpaper/ProtrudingSquares.png
|
||||
preload = ~/Pictures/Wallpaper/.hidden/cafex2.png
|
||||
|
||||
#if more than one preload is desired then continue to preload other backgrounds
|
||||
#preload = /path/to/next_image.png
|
||||
# .. more preloads
|
||||
|
||||
#set the default wallpaper(s) seen on inital workspace(s) --depending on the number of monitors used
|
||||
wallpaper = eDP-2,~/Pictures/Wallpaper/cityx4.png
|
||||
wallpaper = HDMI-A-1,~/Pictures/Wallpaper/cityx4.png
|
||||
wallpaper = eDP-2,~/Pictures/Wallpaper/.hidden/cafex2.png
|
||||
wallpaper = HDMI-A-1,~/Pictures/Wallpaper/.hidden/cafex2.png
|
||||
#if more than one monitor in use, can load a 2nd image
|
||||
# .. more monitors
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue