Move some sway stuff away from systemd
This commit is contained in:
parent
83bb38e472
commit
f9fed41576
8 changed files with 15 additions and 4 deletions
18
home/.config/sway/conf.d/07-appearance.conf
Normal file
18
home/.config/sway/conf.d/07-appearance.conf
Normal file
|
@ -0,0 +1,18 @@
|
|||
# vim:ft=i3config
|
||||
|
||||
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_inactive #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
|
||||
#####################
|
Loading…
Add table
Add a link
Reference in a new issue