2014-03-27 12:10:39 -04:00
|
|
|
---
|
2015-04-10 16:17:45 -04:00
|
|
|
layout: doc
|
2015-10-13 23:31:03 -04:00
|
|
|
title: Config Files
|
2015-10-28 18:14:40 -04:00
|
|
|
permalink: /doc/config-files/
|
2015-09-22 05:02:22 -04:00
|
|
|
redirect_from:
|
2015-10-28 18:14:40 -04:00
|
|
|
- /en/doc/config-files/
|
2015-10-11 03:04:59 -04:00
|
|
|
- /doc/ConfigFiles/
|
2015-09-22 05:02:22 -04:00
|
|
|
- "/doc/UserDoc/ConfigFiles/"
|
|
|
|
- "/wiki/UserDoc/ConfigFiles/"
|
2014-03-27 12:10:39 -04:00
|
|
|
---
|
|
|
|
|
|
|
|
Qubes specific VM config files
|
|
|
|
==============================
|
|
|
|
|
2016-07-21 02:59:06 -04:00
|
|
|
Those files are placed in /rw, which survives VM restart, so can be
|
|
|
|
used to customize single VM (not all VMs based on the same template).
|
2016-07-20 08:26:17 -04:00
|
|
|
The scripts here all run as root.
|
2014-03-27 12:10:39 -04:00
|
|
|
|
2016-07-21 02:59:06 -04:00
|
|
|
- `/rw/config/rc.local` - script run at VM startup. Good place to
|
|
|
|
change some service settings, replace config files with its copy stored
|
|
|
|
in /rw/config etc. Example usage:
|
2014-03-27 12:10:39 -04:00
|
|
|
|
2015-09-26 19:00:33 -04:00
|
|
|
~~~
|
2014-03-27 12:10:39 -04:00
|
|
|
# Store bluetooth keys in /rw to keep them across VM restarts
|
|
|
|
rm -rf /var/lib/bluetooth
|
|
|
|
ln -s /rw/config/var-lib-bluetooth /var/lib/bluetooth
|
2015-09-26 19:00:33 -04:00
|
|
|
~~~
|
2014-03-27 12:10:39 -04:00
|
|
|
|
2016-07-21 02:59:06 -04:00
|
|
|
- `/rw/config/qubes-ip-change-hook` - script run in NetVM after
|
|
|
|
external IP change (or connection to the network)
|
2016-07-20 08:26:17 -04:00
|
|
|
|
2016-07-21 02:59:06 -04:00
|
|
|
- `/rw/config/qubes-firewall-user-script` - script run in ProxyVM
|
|
|
|
after each firewall update. Good place to write own custom firewall
|
|
|
|
rules
|
|
|
|
|
|
|
|
- `/rw/config/suspend-module-blacklist` - list of modules (one per
|
|
|
|
line) to be unloaded before system going to sleep. The file is used
|
|
|
|
only in VM with some PCI devices attached. Supposed to be used for
|
|
|
|
problematic device drivers.
|
2014-03-27 12:10:39 -04:00
|
|
|
|
|
|
|
Note that scripts need to be executable (chmod +x) to be used.
|
2014-05-05 06:37:09 -04:00
|
|
|
|
2016-09-15 07:37:06 -04:00
|
|
|
Also take a look at [bind-dirs][/doc/bind-dirs] for instruction how to easily
|
|
|
|
modify arbitrary system file in AppVM and have those changes persistent.
|
|
|
|
|
2014-05-05 06:37:09 -04:00
|
|
|
GUI and audio configuration in dom0
|
|
|
|
===================================
|
|
|
|
|
2016-07-21 02:59:06 -04:00
|
|
|
GUI configuration file `/etc/qubes/guid.conf` in one of few not managed
|
|
|
|
by qubes-prefs nor Qubes Manager tool. Sample config (included in
|
|
|
|
default installation):
|
2014-05-05 06:37:09 -04:00
|
|
|
|
2015-09-26 19:00:33 -04:00
|
|
|
~~~
|
2014-05-05 06:37:09 -04:00
|
|
|
# Sample configuration file for Qubes GUI daemon
|
|
|
|
# For syntax go http://www.hyperrealm.com/libconfig/libconfig_manual.html
|
|
|
|
|
|
|
|
global: {
|
|
|
|
# default values
|
|
|
|
#allow_fullscreen = false;
|
|
|
|
#allow_utf8_titles = false;
|
|
|
|
#secure_copy_sequence = "Ctrl-Shift-c";
|
|
|
|
#secure_paste_sequence = "Ctrl-Shift-v";
|
|
|
|
#windows_count_limit = 500;
|
|
|
|
#audio_low_latency = false;
|
|
|
|
};
|
|
|
|
|
|
|
|
# most of setting can be set per-VM basis
|
|
|
|
|
|
|
|
VM: {
|
|
|
|
work: {
|
|
|
|
#allow_utf8_titles = true;
|
|
|
|
};
|
|
|
|
video-vm: {
|
|
|
|
#allow_fullscreen = true;
|
|
|
|
};
|
|
|
|
};
|
2015-09-26 19:00:33 -04:00
|
|
|
~~~
|
2014-05-05 06:37:09 -04:00
|
|
|
|
|
|
|
Currently supported settings:
|
|
|
|
|
2016-07-21 02:59:06 -04:00
|
|
|
- `allow_fullscreen` - allow VM to request its windows to go
|
2016-12-17 10:48:20 -05:00
|
|
|
fullscreen (without any colorful frame).
|
|
|
|
|
|
|
|
**Note:** Regardless of this setting, you can always put a window into
|
|
|
|
fullscreen mode in Xfce4 using the trusted window manager by right-clicking on
|
|
|
|
a window's title bar and selecting "Fullscreen". This functionality should still
|
|
|
|
be considered safe, since a VM window still can't voluntarily enter fullscreen
|
|
|
|
mode. The user must select this option from the trusted window manager in dom0.
|
|
|
|
To exit fullscreen mode from here, press `alt` + `space` to bring up the title
|
|
|
|
bar menu again, then select "Leave Fullscreen".
|
2016-07-21 02:59:06 -04:00
|
|
|
|
|
|
|
- `allow_utf8_titles` - allow to use UTF-8 in window titles,
|
|
|
|
otherwise non-ASCII characters are replaced by underscore.
|
|
|
|
|
|
|
|
- `secure_copy_sequence` and `secure_paste_sequence` - key sequences
|
|
|
|
used to trigger secure copy and paste
|
|
|
|
|
2014-05-05 06:37:09 -04:00
|
|
|
- `windows_count_limit` - limit on concurrent windows count.
|
|
|
|
|
2016-07-21 02:59:06 -04:00
|
|
|
- `audio_low_latency` - force low-latency audio mode (about 40ms
|
|
|
|
compared to 200-500ms by default). Note that this will cause much
|
|
|
|
higher CPU usage in dom0.
|