mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-26 11:48:33 +02:00
shifty: remove unwanted features
This is easier to make modifications if I don't have to ensure that all features still work. The idea is that I will keep using `awful.rules.rules` for most tasks except tag related tasks. Also, fix the "startup" stuff to allow to specify a tag which will be only used on startup.
This commit is contained in:
parent
6328444f01
commit
91b1e6ee10
3 changed files with 15 additions and 164 deletions
|
@ -8,6 +8,7 @@ awful.rules.rules = {
|
|||
focus = true,
|
||||
maximized_vertical = false,
|
||||
maximized_horizontal = false,
|
||||
keys = config.keys.client,
|
||||
buttons = config.mouse.client }},
|
||||
-- Browser stuff
|
||||
{ rule = { role = "browser" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue