Add notes, clean up lua configs
This commit is contained in:
parent
8e81594324
commit
608c936462
2 changed files with 16 additions and 22 deletions
36
dotfiles.org
36
dotfiles.org
|
|
@ -123,24 +123,15 @@ set-option -g window-status-format '#{window_name}'
|
||||||
** TODO Tmuxinator
|
** TODO Tmuxinator
|
||||||
* Wezterm
|
* Wezterm
|
||||||
#+begin_src lua :tangle ~/.config/wezterm/wezterm.lua
|
#+begin_src lua :tangle ~/.config/wezterm/wezterm.lua
|
||||||
local wezterm = require 'wezterm'
|
local wezterm = require 'wezterm'
|
||||||
local config = {}
|
local config = {}
|
||||||
|
|
||||||
-- config.color_scheme = 'OceanicNext (base16)'
|
config.color_scheme = 'OceanicNext (base16)'
|
||||||
-- config.color_scheme = 'Wzoreck (Gogh)'
|
config.font = wezterm.font 'Deja Vu Sans Mono'
|
||||||
-- config.color_scheme = 'Whimsy'
|
config.font_size = 20
|
||||||
-- config.color_scheme = 'Grey-green
|
config.enable_tab_bar = false
|
||||||
-- config.color_scheme = 'Gruvbox light, soft (base16)'
|
|
||||||
-- config.color_scheme = 'Obsidian'
|
|
||||||
|
|
||||||
config.color_scheme = 'OceanicNext (base16)'
|
return config
|
||||||
|
|
||||||
config.font = wezterm.font 'Deja Vu Sans Mono'
|
|
||||||
config.font_size = 20
|
|
||||||
|
|
||||||
config.enable_tab_bar = false
|
|
||||||
|
|
||||||
return config
|
|
||||||
#+end_src
|
#+end_src
|
||||||
* Text Editors
|
* Text Editors
|
||||||
** Helix
|
** Helix
|
||||||
|
|
@ -201,12 +192,12 @@ audio_output {
|
||||||
** Bluetooth
|
** Bluetooth
|
||||||
- TODO: evaluate if this can be done differently in nixos
|
- TODO: evaluate if this can be done differently in nixos
|
||||||
#+begin_src lua :tangle /sudo::/etc/wireplumber/bluetooth.lua.d/51-bluez-config.lua
|
#+begin_src lua :tangle /sudo::/etc/wireplumber/bluetooth.lua.d/51-bluez-config.lua
|
||||||
bluez_monitor.properties = {
|
bluez_monitor.properties = {
|
||||||
["bluez5.enable-sbc-xq"] = true,
|
["bluez5.enable-sbc-xq"] = true,
|
||||||
["bluez5.enable-msbc"] = true,
|
["bluez5.enable-msbc"] = true,
|
||||||
["bluez5.enable-hw-volume"] = true,
|
["bluez5.enable-hw-volume"] = true,
|
||||||
["bluez5.headset-roles"] = "[ hsp_hs hsp_ag hfp_hf hfp_ag ]"
|
["bluez5.headset-roles"] = "[ hsp_hs hsp_ag hfp_hf hfp_ag ]"
|
||||||
}
|
}
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
* Xorg Config
|
* Xorg Config
|
||||||
|
|
@ -237,6 +228,7 @@ EndSection
|
||||||
** Taskwarrior
|
** Taskwarrior
|
||||||
- TODO: evaluate if taskwarrior 3 has different settings
|
- TODO: evaluate if taskwarrior 3 has different settings
|
||||||
- TODO: clean up categories
|
- TODO: clean up categories
|
||||||
|
- TODO: configure aws bucket for task warrior
|
||||||
#+begin_src ini :tangle ~/.config/task/taskrc
|
#+begin_src ini :tangle ~/.config/task/taskrc
|
||||||
data.location=~/.local/share/task
|
data.location=~/.local/share/task
|
||||||
hooks.location=~/.config/task/hooks
|
hooks.location=~/.config/task/hooks
|
||||||
|
|
|
||||||
|
|
@ -1602,3 +1602,5 @@ variables and their documentations).
|
||||||
- try (add-hook 'magit-post-refresh-hook 'git-gutter+:refresh)
|
- try (add-hook 'magit-post-refresh-hook 'git-gutter+:refresh)
|
||||||
- make treemacs enter always open in most recent buffer
|
- make treemacs enter always open in most recent buffer
|
||||||
- add meeting log to reference reaches
|
- add meeting log to reference reaches
|
||||||
|
- install ini-mode plugin
|
||||||
|
- install lua-mode plugin
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue