diff options
author | Revaz Nakhutsrishvili <r@revaz.xyz> | 2024-09-02 13:47:57 +0400 |
---|---|---|
committer | Revaz Nakhutsrishvili <r@revaz.xyz> | 2024-09-02 13:47:57 +0400 |
commit | dc2e58f2face638b89b384041d1f8fd02af8066e (patch) | |
tree | 84137d8d426af4d179a34ad3ac71479ee5579992 /sway | |
parent | f833ccfe64bf3847d0c98605851bad30e0ff380c (diff) |
change bg colour for swaylock
Diffstat (limited to 'sway')
-rw-r--r-- | sway/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/config b/sway/config index 4b1294f..a646dc3 100644 --- a/sway/config +++ b/sway/config @@ -43,7 +43,7 @@ output * bg #000000 solid_color # This will lock your screen after 300 seconds of inactivity, then turn off # your displays after another 300 seconds, and turn your screens back on when # resumed. It will also lock your screen before your computer goes to sleep. -bindsym $mod+Shift+x exec swaylock +bindsym $mod+Shift+x exec swaylock -c "#000000" ### Input configuration # |