diff options
| author | Josh <joshott16@gmail.com> | 2025-07-25 23:59:37 -0400 |
|---|---|---|
| committer | Josh <joshott16@gmail.com> | 2025-07-25 23:59:37 -0400 |
| commit | 9c23622fd3334cfe517283d0414b59f4d83958d7 (patch) | |
| tree | d352e89177d06caeb3b1c758b684cfbe45d56b8f /sway/config | |
| parent | a4944a88077a9ec16e6a32271c04b344969fff1c (diff) | |
| download | dotfiles-9c23622fd3334cfe517283d0414b59f4d83958d7.tar.gz dotfiles-9c23622fd3334cfe517283d0414b59f4d83958d7.zip | |
oops
Diffstat (limited to 'sway/config')
| -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 |