Move Sway to systemd

Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
This commit is contained in:
Marko Korhonen 2020-01-10 15:35:07 +02:00
parent 7b5b1019cc
commit 2c3d93ebee
26 changed files with 264 additions and 131 deletions

View file

@ -1,18 +0,0 @@
# vim:ft=sway
default_border none
gaps inner 10
gaps outer 20
# Hide cursor after 4 seconds of inactivity
seat * hide_cursor 4000
###### Borders ######
# class border backgr. text indicator child_border
client.focused #8AC6F2 #8AC6F2 #292D3E #8AC6F2 #8AC6F2
client.focused_active #292D3E #FFFFFF #FFFFFF #292D3E #292D3E
client.unfocused #292D3E #292D3E #FFFFFF #282828 #292D3E
for_window [app_id="^.*"] border pixel 4
for_window [class="^.*"] border pixel 4
#####################