mirror of
https://github.com/lcpz/awesome-copycats.git
synced 2026-03-23 05:55:12 +00:00
set layouts
This commit is contained in:
parent
d1c2a6de7b
commit
bf27ae7857
8
rc.lua
8
rc.lua
|
|
@ -101,7 +101,7 @@ echo "$conf" | xmodmap - ]]
|
|||
local modkey = "Mod4"
|
||||
local altkey = "Mod1"
|
||||
-- local terminal = "gnome-terminal"
|
||||
local terminal = "/home/hrli/.local/kitty.app/bin/kitty"
|
||||
local terminal = "kitty"
|
||||
local vi_focus = false -- vi-like client focus https://github.com/lcpz/awesome-copycats/issues/275
|
||||
local cycle_prev = true -- cycle with only the previously focused client or all https://github.com/lcpz/awesome-copycats/issues/274
|
||||
local editor = os.getenv "EDITOR" or "nvim"
|
||||
|
|
@ -121,7 +121,7 @@ awful.layout.layouts = {
|
|||
-- awful.layout.suit.tile.bottom,
|
||||
-- awful.layout.suit.tile.top,
|
||||
-- awful.layout.suit.fair,
|
||||
--awful.layout.suit.fair.horizontal,
|
||||
awful.layout.suit.fair.horizontal,
|
||||
--awful.layout.suit.max,
|
||||
--awful.layout.suit.max.fullscreen,
|
||||
--awful.layout.suit.magnifier,
|
||||
|
|
@ -131,9 +131,9 @@ awful.layout.layouts = {
|
|||
--awful.layout.suit.corner.se,
|
||||
-- lain.layout.cascade,
|
||||
-- lain.layout.cascade.tile,
|
||||
--lain.layout.centerwork,
|
||||
lain.layout.centerwork,
|
||||
--lain.layout.centerwork.horizontal,
|
||||
lain.layout.termfair,
|
||||
-- lain.layout.termfair,
|
||||
-- lain.layout.termfair.center
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue