diff options
author | Sam Chudnick <sam@chudnick.com> | 2022-06-17 05:46:46 -0400 |
---|---|---|
committer | Sam Chudnick <sam@chudnick.com> | 2022-06-17 05:46:46 -0400 |
commit | c3be8dd36578b51b296dfa4600ef12852cff0f7c (patch) | |
tree | d1f0ac12ffa32b87718ff54f5bf657d9718748bb | |
parent | d28c2cede9bfb4e925164073fa04c0a10f4cd823 (diff) |
Added config for spicy SPICE client
-rw-r--r-- | .config/spicy/settings | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.config/spicy/settings b/.config/spicy/settings new file mode 100644 index 0000000..673bcec --- /dev/null +++ b/.config/spicy/settings | |||
@@ -0,0 +1,10 @@ | |||
1 | [general] | ||
2 | grab-keyboard=true | ||
3 | grab-mouse=true | ||
4 | scaling=true | ||
5 | auto-clipboard=true | ||
6 | sync-modifiers=true | ||
7 | |||
8 | [ui] | ||
9 | toolbar=true | ||
10 | statusbar=true | ||