Project

General

Profile

unexist.dev

subtle

Assorted tidbits and projects

Config » History » Version 4

« Previous - Version 4/6 (diff) - Next » - Current version
Anonymous, 12/22/2017 03:36 PM


Config\015\012\015\012{{>toc}}\015\012\015\012Subtle has a well documented config file, you can find the global config file in: $XDG_CONFIG_DIRS/subtle/subtle.rb\015\012\015\012h2. Custom config\015\012\015\012To specify a custom config file you need to create a file under $XDG_CONFIG_HOME/subtle/subtle.rb or you can copy global config file. To create a user config just create $XDG_CONFIG_HOME/subtle and copy the latest config from the dist folder into it.\015\012\015\012_Note: You can find the $XDG_CONFIG_DIRS and $XDG_CONFIG_HOME values by 'env' command on unix shells._\015\012\015\012h2. Reload\015\012\015\012Right after making changes to your config you have to reload subtle and it is probably a good to idea to check for common mistakes with: subtle -k\015\012\015\012The default grab for reload is W-C-r. \015\012\015\012_Always compare your existing config with the one of the repository/tarball to get the latest options and check the latest news._\015\012\015\012h2. Settings\015\012\015\012h3. Increase step (default: 5)\015\012\015\012Clients can be moved and resized per grab, this setting defines the steps.\015\012\015\012h3. Border snap (default: 10)\015\012\015\012While resizing, this defines the distance before the window snaps to a border.\015\012\015\012h3. Default gravity (default: :center)\015\012\015\012When there is no gravities defined by any tags, subtle uses this one as default.\015\012\015\012h3. Urgent dialogs\015\012\015\012Make dialog windows urgent and draw focus.\015\012\015\012h3. Honor size hints (default: false)\015\012\015\012Enable globally to honor size hints of windows.\015\012\015\012h3. Gravity tiling\015\012\015\012# Enable gravity tiling for all gravities\015\012\015\012h3. Click to focus (default: false)\015\012\015\012Change the focus-model from hover-to-focus to click-to-focus. This might be useful for keyboard-only users.\015\012\015\012h3. Skip Pointer warp (default: false)\015\012\015\012Subtle moves the pointer, e.g. when the gravity changes or a new view gets focus. This can be turned off here.\015\012\015\012h3. Skip urgent warp (default: false)\015\012\015\012Urgent clients normally draw the pointer. This can be turned off here as well.\015\012\015\012h2. Styles\015\012\015\012See Styles\015\012\015\012h2. Gravities\015\012\015\012See Gravity\015\012\015\012h2. Grabs\015\012\015\012See Grabs\015\012\015\012h2. Tags\015\012\015\012See Tags\015\012\015\012h2. Views\015\012\015\012See Views\015\012\015\012 \015\012