mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-20 19:04:35 +02:00
layouts: replace magnifier
layout by tile.left
This commit is contained in:
parent
33eb322235
commit
860cc39867
1 changed files with 1 additions and 1 deletions
2
rc.lua
2
rc.lua
|
@ -30,7 +30,7 @@ config.terminal = table.concat({"urxvtcd",
|
||||||
" ")
|
" ")
|
||||||
config.layouts = {
|
config.layouts = {
|
||||||
awful.layout.suit.tile,
|
awful.layout.suit.tile,
|
||||||
awful.layout.suit.magnifier,
|
awful.layout.suit.tile.left,
|
||||||
awful.layout.suit.floating,
|
awful.layout.suit.floating,
|
||||||
}
|
}
|
||||||
config.hostname = awful.util.pread('uname -n'):gsub('\n', '')
|
config.hostname = awful.util.pread('uname -n'):gsub('\n', '')
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue