mirror of
https://github.com/lcpz/awesome-copycats.git
synced 2026-03-23 05:55:12 +00:00
format
This commit is contained in:
parent
3a9b8ba038
commit
c09197f0da
|
|
@ -521,7 +521,6 @@ function keybindings.get_user_keys(mytable, awful, lain, altkey, modkey)
|
|||
}))
|
||||
|
||||
return clientkeys
|
||||
|
||||
end
|
||||
|
||||
return keybindings
|
||||
|
|
|
|||
|
|
@ -1,8 +1,7 @@
|
|||
local awful = require("awful")
|
||||
local beautiful = require("beautiful")
|
||||
|
||||
local startup =
|
||||
{
|
||||
local startup = {
|
||||
awful.spawn.with_shell("nitrogen --set-zoom-fill --no-recurse --random --head=0 ~/Pictures/SFW/Nature"),
|
||||
awful.spawn.with_shell("optimus-manager-qt"),
|
||||
awful.spawn.with_shell("picom -b"),
|
||||
|
|
|
|||
|
|
@ -3,7 +3,8 @@
|
|||
Vertex Awesome WM theme
|
||||
github.com/lcpz
|
||||
|
||||
--]] local gears = require("gears")
|
||||
--]]
|
||||
local gears = require("gears")
|
||||
local lain = require("lain")
|
||||
local awful = require("awful")
|
||||
local wibox = require("wibox")
|
||||
|
|
|
|||
Loading…
Reference in a new issue