diff options
Diffstat (limited to 'sway')
| -rw-r--r-- | sway/config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sway/config b/sway/config index 886fc3e..0350c6c 100644 --- a/sway/config +++ b/sway/config @@ -4,6 +4,8 @@ exec hash dbus-update-activation-environment 2>/dev/null && \ ### Variables +include colors + set $mod Mod4 set $left n @@ -179,8 +181,6 @@ bindsym Print exec grim -g "$(slurp)" - | wl-copy -t image/png ### Appearance -include colors - # target title bg text indicator border client.focused $color12 $color12 $background $color12 $color12 client.focused_inactive $color0 $color0 $foreground 00000000 00000000 |