This commit is contained in:
2026-03-04 08:26:03 -08:00
parent 8db99f83de
commit d26642e949
4 changed files with 13 additions and 1 deletions

View File

@@ -125,7 +125,7 @@
;;fsharp ; ML stands for Microsoft's Language
;;fstar ; (dependent) types and (monadic) effects and Z3
;;gdscript ; the language you waited for
;;(go +lsp) ; the hipster dialect
(go +lsp) ; the hipster dialect
;;(haskell +lsp) ; a language that's lazier than I am
;;hy ; readability of scheme w/ speed of python
;;idris ; a language you can depend on

View File

@@ -277,6 +277,8 @@ layout {
// which may be more convenient to use.
// See the binds section below for more spawn examples.
spawn-at-startup "bash" "~/.local/bin/start-keyring.sh"
// This line starts waybar, a commonly used bar for Wayland compositors.
// spawn-at-startup "waybar"
@@ -615,3 +617,5 @@ binds {
// moving the mouse or pressing any other key.
Mod+Shift+P { power-off-monitors; }
}
include "dms/outputs.kdl"

View File

@@ -173,3 +173,7 @@ keys
apply() {
(cd ~/Code/arch-ansible && ansible-playbook -i inventory/hosts.yml site.yml -K "$@")
}
apply-aur() {
(cd ~/Code/arch-ansible/scripts && bash aur-pkg-install.sh)
}

View File

@@ -0,0 +1,4 @@
#!/bin/bash
# ~/.local/bin/start-keyring.sh
eval $(gnome-keyring-daemon --start --components=secrets)
export GNOME_KEYRING_CONTROL