Update .tmux.conf
Update .config/fish/fish_variables Update .config/nvim/lazy-lock.json Update .config/user-dirs.dirs Update .config/systemd/user/mako-dnd-off.service Update .config/systemd/user/mako-dnd-on.service Update .local/bin/low-battery-warn
This commit is contained in:
parent
9953cbe8b5
commit
8b458b0707
7 changed files with 23 additions and 23 deletions
|
|
@ -45,3 +45,4 @@ SETUVAR fish_pager_color_selected_background:\x2dr
|
|||
SETUVAR fish_pager_color_selected_completion:\x1d
|
||||
SETUVAR fish_pager_color_selected_description:\x1d
|
||||
SETUVAR fish_pager_color_selected_prefix:\x1d
|
||||
SETUVAR fish_user_paths:/home/lew/go/bin\x1e/home/lew/\x2elocal/share/mise/shims
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@
|
|||
"blink-copilot": { "branch": "main", "commit": "7ad8209b2f880a2840c94cdcd80ab4dc511d4f39" },
|
||||
"blink.cmp": { "branch": "main", "commit": "327fff91fe6af358e990be7be1ec8b78037d2138" },
|
||||
"codecompanion.nvim": { "branch": "main", "commit": "79c6908a091f19c447141459a481e8ce05e49151" },
|
||||
"comment-box.nvim": { "branch": "main", "commit": "06bb771690bc9df0763d14769b779062d8f12bc5" },
|
||||
"conform.nvim": { "branch": "master", "commit": "02736cf359a3235c6d7d601a2f6bdc909e557513" },
|
||||
"eyeliner.nvim": { "branch": "main", "commit": "8f197eb30cecdf4c2cc9988a5eecc6bc34c0c7d6" },
|
||||
"friendly-snippets": { "branch": "main", "commit": "572f5660cf05f8cd8834e096d7b4c921ba18e175" },
|
||||
|
|
|
|||
|
|
@ -5,8 +5,8 @@
|
|||
# homedir-relative path, or XDG_xxx_DIR="/yyy", where /yyy is an
|
||||
# absolute path. No other format is supported.
|
||||
#
|
||||
XDG_DESKTOP_DIR="$HOME/Desktop"
|
||||
XDG_DOWNLOAD_DIR="$HOME/Download"
|
||||
XDG_DESKTOP_DIR="$HOME/"
|
||||
XDG_DOWNLOAD_DIR="$HOME/"
|
||||
XDG_TEMPLATES_DIR="$HOME/dcim/templates"
|
||||
XDG_PUBLICSHARE_DIR="$HOME/dcim/public"
|
||||
XDG_DOCUMENTS_DIR="$HOME/dcim/documents"
|
||||
|
|
|
|||
|
|
@ -4,3 +4,4 @@ Description=Enable Mako do-not-disturb
|
|||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=/usr/bin/makoctl mode -r do-not-disturb
|
||||
ExecStartPost=notify-send "dnd disabled" "club time over"
|
||||
|
|
|
|||
|
|
@ -4,3 +4,4 @@ Description=Enable Mako do-not-disturb
|
|||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=/usr/bin/makoctl mode -a do-not-disturb
|
||||
ExecStartPost=notify-send "dnd enabled" "club time started"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue