1
0
Fork 0
mirror of https://github.com/lcpz/awesome-copycats.git synced 2026-03-23 14:05:11 +00:00
This commit is contained in:
Toma Adrian 2023-10-10 14:59:56 +03:00
parent 3a9b8ba038
commit c09197f0da
4 changed files with 825 additions and 826 deletions

View file

@ -521,7 +521,6 @@ function keybindings.get_user_keys(mytable, awful, lain, altkey, modkey)
})) }))
return clientkeys return clientkeys
end end
return keybindings return keybindings

View file

@ -1,8 +1,7 @@
local awful = require("awful") local awful = require("awful")
local beautiful = require("beautiful") 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("nitrogen --set-zoom-fill --no-recurse --random --head=0 ~/Pictures/SFW/Nature"),
awful.spawn.with_shell("optimus-manager-qt"), awful.spawn.with_shell("optimus-manager-qt"),
awful.spawn.with_shell("picom -b"), awful.spawn.with_shell("picom -b"),

View file

@ -3,7 +3,8 @@
Vertex Awesome WM theme Vertex Awesome WM theme
github.com/lcpz github.com/lcpz
--]] local gears = require("gears") --]]
local gears = require("gears")
local lain = require("lain") local lain = require("lain")
local awful = require("awful") local awful = require("awful")
local wibox = require("wibox") local wibox = require("wibox")