This repository has been archived on 2024-04-07. You can view files and clone it, but cannot push or open issues or pull requests.
dotfiles/root/greetd/sway-config

16 lines
423 B
Plaintext

# {{@@ header() @@}}
exec "gtkgreet -l --command fish; swaymsg exit"
bindsym Mod4+control+z exec systemctl suspend || loginctl suspend
bindsym Mod4+control+e exec systemctl poweroff || loginctl poweroff
{%@@ include _dotdrop_dotpath + '/sway/input' @@%}
{%@@ include _dotdrop_dotpath + '/sway/visual' @@%}
bar swaybar_command true
output * bg "{{@@ color.bg @@}}" solid_color
include /etc/sway/config.d/*
# vim: ft=i3