Big rewrite part 1

This commit is contained in:
Rene Kievits
2023-04-20 01:04:06 +02:00
parent 61930bf561
commit 3a85753a74
78 changed files with 3364 additions and 4090 deletions

View File

@@ -2,9 +2,11 @@
local aclient = require('awful.client')
local akey = require('awful.key')
local ascreen = require('awful.screen')
local beautiful = require('beautiful')
local gtable = require('gears.table')
local modkey = User_config.modkey
local modkey = beautiful.user_config['modkey']
return gtable.join(
--#region Basic interactions