diff --git a/SwarselSystems.org b/SwarselSystems.org index 417b6aa..fd518cc 100644 --- a/SwarselSystems.org +++ b/SwarselSystems.org @@ -1869,14 +1869,14 @@ For added convenience, the live environment displays a helpful text on login, we IP of primary interface: \4 The Password for all users & root is 'setup'. Install the system remotely by running 'bootstrap -n -d ' on a machine with deployed secrets. - Alternatively, run 'swarsel-install -n ' for a local install. For your convenience, an example call is in the bash history (press up on the keyboard to access). + Alternatively, run 'swarsel-install -d -n ' for a local install. For your convenience, an example call is in the bash history (press up on the keyboard to access). #+end_src Also, an initial bash history is provided to allow for a very quick local deployment: #+begin_src shell :tangle programs/bash/.bash_history -swarsel-install -n chaostheatr +swarsel-install -f chaostheatre -d /dev/vda #+end_src @@ -10611,8 +10611,7 @@ Currently, I am too lazy to explain every option here, but most of it is very se "${modifier}+e" = "exec emacsclient -nquc -a emacs -e \"(dashboard-open)\""; "${modifier}+Shift+m" = "exec emacsclient -nquc -a emacs -e \"(mu4e)\""; "${modifier}+Shift+c" = "exec emacsclient -nquc -a emacs -e \"(swarsel/open-calendar)\""; - "${modifier}+m" = "exec swaymsg workspace back_and_forth"; - "${modifier}+a" = "exec swarselcheck -s"; + "${modifier}+m" = "exec swarselcheck -s"; "${modifier}+x" = "exec swarselcheck -k"; "${modifier}+d" = "exec swarselcheck -d"; "${modifier}+w" = "exec swarselcheck -e"; diff --git a/profiles/common/home/sway.nix b/profiles/common/home/sway.nix index 8b76bce..aaab608 100644 --- a/profiles/common/home/sway.nix +++ b/profiles/common/home/sway.nix @@ -47,8 +47,7 @@ in "${modifier}+e" = "exec emacsclient -nquc -a emacs -e \"(dashboard-open)\""; "${modifier}+Shift+m" = "exec emacsclient -nquc -a emacs -e \"(mu4e)\""; "${modifier}+Shift+c" = "exec emacsclient -nquc -a emacs -e \"(swarsel/open-calendar)\""; - "${modifier}+m" = "exec swaymsg workspace back_and_forth"; - "${modifier}+a" = "exec swarselcheck -s"; + "${modifier}+m" = "exec swarselcheck -s"; "${modifier}+x" = "exec swarselcheck -k"; "${modifier}+d" = "exec swarselcheck -d"; "${modifier}+w" = "exec swarselcheck -e"; diff --git a/programs/bash/.bash_history b/programs/bash/.bash_history index cf3b9dd..6ede487 100644 --- a/programs/bash/.bash_history +++ b/programs/bash/.bash_history @@ -1 +1 @@ -swarsel-install -n chaostheatr +swarsel-install -f chaostheatre -d /dev/vda diff --git a/programs/etc/issue b/programs/etc/issue index 630729c..02696c5 100644 --- a/programs/etc/issue +++ b/programs/etc/issue @@ -2,4 +2,4 @@ IP of primary interface: \4 The Password for all users & root is 'setup'. Install the system remotely by running 'bootstrap -n -d ' on a machine with deployed secrets. -Alternatively, run 'swarsel-install -n ' for a local install. For your convenience, an example call is in the bash history (press up on the keyboard to access). +Alternatively, run 'swarsel-install -d -n ' for a local install. For your convenience, an example call is in the bash history (press up on the keyboard to access).