stoof
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -277,6 +277,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"
|
||||||
|
|
||||||
@@ -615,3 +617,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"
|
||||||
|
|||||||
@@ -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)
|
||||||
|
}
|
||||||
|
|||||||
4
.local/bin/start-keyring.sh
Normal file
4
.local/bin/start-keyring.sh
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
# ~/.local/bin/start-keyring.sh
|
||||||
|
eval $(gnome-keyring-daemon --start --components=secrets)
|
||||||
|
export GNOME_KEYRING_CONTROL
|
||||||
Reference in New Issue
Block a user