35 lines
1.0 KiB
Plaintext
35 lines
1.0 KiB
Plaintext
# sway # look
|
|
|
|
font pango:Hack,forkawesome 9
|
|
workspace_layout tabbed
|
|
default_border pixel 3
|
|
default_floating_border pixel 2
|
|
titlebar_border_thickness 1
|
|
hide_edge_borders --i3 smart
|
|
smart_borders on
|
|
smart_gaps on
|
|
gaps inner 5
|
|
focus_follows_mouse no
|
|
focus_on_window_activation smart
|
|
|
|
# Colors
|
|
# class border bground text indicator child_border
|
|
client.focused #5E81AC #5E81AC #D8DEE9 #5E81AC #5E81AC
|
|
client.focused_inactive #4C566A #2E3440 #D8DEE9 #2E3440 #4C566A
|
|
client.unfocused #4C566A #2E3440 #88C0D0 #2E3440 #4C566A
|
|
client.urgent #4C566A #BF616A #D8DEE9 #BF616A #BF616A
|
|
|
|
# gtk
|
|
exec_always $HOME/.config/sway/scripts/import-gsettings
|
|
|
|
# hide cursor (ms)
|
|
seat * hide_cursor 5000
|
|
|
|
# opacity for inactive windows (0...1)
|
|
exec python3 $HOME/.config/sway/scripts/inactive-windows-transparency.py -o 0.95
|
|
|
|
# wallpaper
|
|
output * bg /usr/share/backgrounds/nakedeb-logo.jpg fill
|
|
exec_always --no-startup-id "$HOME/.config/sway/scripts/wallrdm"
|
|
#exec --no-startup-id "while $HOME/.config/sway/scripts/wallrdm; do sleep 180; done"
|