fix lock screen bg
This commit is contained in:
@ -18,13 +18,14 @@ set $term alacritty
|
|||||||
# Your preferred application launcher
|
# Your preferred application launcher
|
||||||
# Note: pass the final command to swaymsg so that the resulting window can be opened
|
# Note: pass the final command to swaymsg so that the resulting window can be opened
|
||||||
# on the original workspace that the command was run on.
|
# on the original workspace that the command was run on.
|
||||||
set $menu wofi --show drun
|
#set $menu wofi --show drun
|
||||||
|
set $menu rofi -show drun
|
||||||
|
|
||||||
### Output configuration
|
### Output configuration
|
||||||
#
|
#
|
||||||
# Default wallpaper (more resolutions are available in /usr/share/backgrounds/sway/)
|
# Default wallpaper (more resolutions are available in /usr/share/backgrounds/sway/)
|
||||||
set $bg /data/sync/images/wallpapers/0002.png
|
set $bg /data/sync/images/wallpapers/0002.png
|
||||||
set $screenlock 'swaylock --config /etc/swaylock/openSUSEway.conf'
|
set $screenlock 'swaylock -i $bg'
|
||||||
set $images $(xdg-user-dir PICTURES)/$(date +'%s_grim.png')
|
set $images $(xdg-user-dir PICTURES)/$(date +'%s_grim.png')
|
||||||
#
|
#
|
||||||
|
|
||||||
@ -69,6 +70,10 @@ exec swayidle -w \
|
|||||||
input "2:7:SynPS/2_Synaptics_TouchPad" {
|
input "2:7:SynPS/2_Synaptics_TouchPad" {
|
||||||
events disabled_on_external_mouse
|
events disabled_on_external_mouse
|
||||||
}
|
}
|
||||||
|
input "5426:156:Razer_Razer_DeathAdder_V2_X_HyperSpeed" {
|
||||||
|
accel_profile "flat" # disable mouse acceleration (enabled by default; to set it manually, use "adaptive" instead of "flat")
|
||||||
|
pointer_accel 0.5 # set mouse sensitivity (between -1 and 1)
|
||||||
|
}
|
||||||
|
|
||||||
#exec --no-startup-id /usr/bin/gnome-keyring-daemon --start --components=gpg,pkcs11,secrets,ssh
|
#exec --no-startup-id /usr/bin/gnome-keyring-daemon --start --components=gpg,pkcs11,secrets,ssh
|
||||||
exec --no-startup-id kwalletd6
|
exec --no-startup-id kwalletd6
|
||||||
|
Reference in New Issue
Block a user