Skip to content

Commit

Permalink
add: power management TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
teddywaweru committed Jun 23, 2024
1 parent 442bd8d commit 2e671e0
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .scripts/post_install/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,10 @@
[] - npm install vscode-langservers-extracted,
[] - How to incorporate AUR packages?
[] - Setting up localectl keyboards

## Power Management
[] - Replace xfce4 power manager settings:
[] - Install power-profile-daemon
[] - Configure powertop for auto-tune
[] - Configure auto locking and auto suspending
[] - Configure acpid for Fn buttons
12 changes: 12 additions & 0 deletions nvim/lua/before/globals.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
P = function(v)
print(vim.inspect(v))
return v
end
RELOAD = function(...)
return require("plenary.relaod").reload_module(...)
end

R = function(name)
RELOAD(name)
return require(name)
end

0 comments on commit 2e671e0

Please sign in to comment.