mirror of
https://github.com/DO1JLR/ansible_linux_desktop_setup.git
synced 2024-09-14 19:54:51 +02:00
Fix lockscreen
This commit is contained in:
parent
8d1bc5642e
commit
793cc73a49
3 changed files with 2 additions and 7 deletions
Binary file not shown.
Before Width: | Height: | Size: 43 KiB After Width: | Height: | Size: 183 KiB |
|
@ -17,11 +17,6 @@ i3_keybindings_extra:
|
|||
exec: --no-startup-id amixer sset Master 40%
|
||||
|
||||
i3_applications:
|
||||
- application:
|
||||
class: "Terminator"
|
||||
name: "terminator"
|
||||
workspace: 1
|
||||
on_startup: true
|
||||
- application:
|
||||
class: "Firefox"
|
||||
name: "firefox"
|
||||
|
@ -40,5 +35,5 @@ i3:
|
|||
i3_desktop_env:
|
||||
background: "/home/{{ user }}/.config/background.png"
|
||||
|
||||
i3lock_options: "--image=/home/{{ user }}/.config/lockscreen.png -t"
|
||||
i3lock_options: "i3lock --image=/home/{{ user }}/.config/lockscreen.png"
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 5eb3d3cd64c9cb2724c9b1aba36584eb9c75d658
|
||||
Subproject commit eda12fa49e58dc4c52b929a2785728b9ec84cbe8
|
Loading…
Reference in a new issue