14 lines
464 B
Plaintext
14 lines
464 B
Plaintext
# xss-lock grabs a logind suspend inhibit lock and will use i3lock to lock the
|
|
# screen before suspend. Use loginctl lock-session to lock your screen.
|
|
exec --no-startup-id xss-lock --transfer-sleep-lock -- i3lock --nofork
|
|
|
|
# Start i3bar to display a workspace bar (plus the system information i3status
|
|
# finds out, if available)
|
|
bar {
|
|
tray_output primary
|
|
tray_padding 20 px
|
|
status_command i3status
|
|
}
|
|
|
|
# Wallpaper
|
|
exec --no-startup-id nitrogen --restore |