diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2018-11-17 11:31:26 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2018-11-17 11:31:26 -0200 |
commit | c905c87bd80500ebccb10225684cd57200351dcc (patch) | |
tree | 719c16b2be72da53a7cfd1fca2c33f5558ba8ac9 | |
parent | ecc811b44d26841bc428527883e2dd3c4bf80d81 (diff) | |
download | kvmx-c905c87bd80500ebccb10225684cd57200351dcc.tar.gz kvmx-c905c87bd80500ebccb10225684cd57200351dcc.tar.bz2 |
Updates spice client config with hidden menubar
-rw-r--r-- | config.dot/kvmxconfig.link | 6 | ||||
-rw-r--r-- | config.dot/spicy/settings.link | 14 |
2 files changed, 17 insertions, 3 deletions
diff --git a/config.dot/kvmxconfig.link b/config.dot/kvmxconfig.link index 0b905d4..7b062b6 100644 --- a/config.dot/kvmxconfig.link +++ b/config.dot/kvmxconfig.link @@ -11,8 +11,8 @@ xclient_windowmove="0 21" # Set screen resolution #resolution="1280x780" -# Se screen resolution offset for the X11 client, GTK spice client without menuber -#resolution_y_offset="- 20" +# Se screen resolution offset for the X11 client, GTK spice client without menubar +resolution_y_offset="- 20" # Se screen resolution offset for the X11 client, GTK spice client with menubar -resolution_y_offset="- 45" +#resolution_y_offset="- 45" diff --git a/config.dot/spicy/settings.link b/config.dot/spicy/settings.link new file mode 100644 index 0000000..2147255 --- /dev/null +++ b/config.dot/spicy/settings.link @@ -0,0 +1,14 @@ +[general] +grab-keyboard=false +grab-mouse=true +scaling=false +auto-clipboard=false + +resize-guest=true + +sync-modifiers=true + +[ui] +toolbar=false +statusbar=false +menubar=false |