Compare commits

...

2 Commits

Author SHA1 Message Date
c714c0d946 Merge branch 'master' of git.opal.sh:opal/opalfiles 2026-03-04 08:26:48 -08:00
d26642e949 stoof 2026-03-04 08:26:03 -08:00
4 changed files with 13 additions and 1 deletions

View File

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

View File

@@ -278,6 +278,8 @@ layout {
// which may be more convenient to use. // which may be more convenient to use.
// See the binds section below for more spawn examples. // 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. // This line starts waybar, a commonly used bar for Wayland compositors.
// spawn-at-startup "waybar" // spawn-at-startup "waybar"
@@ -616,3 +618,5 @@ binds {
// moving the mouse or pressing any other key. // moving the mouse or pressing any other key.
Mod+Shift+P { power-off-monitors; } Mod+Shift+P { power-off-monitors; }
} }
include "dms/outputs.kdl"

View File

@@ -173,3 +173,7 @@ keys
apply() { apply() {
(cd ~/Code/arch-ansible && ansible-playbook -i inventory/hosts.yml site.yml -K "$@") (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