Skip to content

Instantly share code, notes, and snippets.

@troglobit
Created May 3, 2021 01:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save troglobit/02c226893b59d29ecb7c4631f1b0b106 to your computer and use it in GitHub Desktop.
Save troglobit/02c226893b59d29ecb7c4631f1b0b106 to your computer and use it in GitHub Desktop.
.config/awesome/rc.lua
-- Copy from /etc/xdg/awesome/rc.lua to .config/awesome/rc.lua
--
-- My additions
local r = require("runonce")
...
-beautiful.init(gears.filesystem.get_themes_dir() .. "default/theme.lua")
+beautiful.init(gears.filesystem.get_themes_dir() .. "zenburn/theme.lua")
...
- }, properties = { titlebars_enabled = true }
+ }, properties = { titlebars_enabled = false }
...
-- My startup
r.run("setxkbmap -option ctrl:nocaps")
r.run("nm-applet")
r.run("xrdb -merge ~/.Xresources")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment