diff --git a/home/bin/executable_linux-create-joplin-html b/home/bin/executable_linux-create-joplin-html deleted file mode 100644 index 86154582..00000000 --- a/home/bin/executable_linux-create-joplin-html +++ /dev/null @@ -1,18 +0,0 @@ -#!/usr/bin/env bash -#⠀⠀⠀⠀⠀⠀⠀⠀⠀⢠⡆⠀⠀⠀⠀⠀⠀⠀⠀⠀ -#⠀⠀⠀⠀⠀⠀⠀⠀⠀⣿⣿⡀⠀⠀⠀⠀⠀⠀⠀⠀ -#⠀⠀⠀⠀⠀⠀⠀⠀⣼⡏⠸⣧⠀⠀⠀⠀⠀⠀⠀⠀ -#⠠⢤⣤⣤⣤⣤⣤⣴⡿⠀⠀⢻⣦⣤⣤⣤⣤⣤⡤⠄ Tyler Starr (starr-dusT) -#⠀⠀⠙⠻⣦⣄⠀⠀⠀⠀⠀⠀⠀⠀⣠⣴⠟⠋⠀⠀ https://github.com/starr-dusT/dotfiles -#⠀⠀⠀⠀⠀⠙⣿⡆⠀⠀⠀⠀⠰⣿⠋⠀⠀⠀⠀⠀ https://tstarr.us -#⠀⠀⠀⠀⠀⢰⡟⠀⣀⣴⣦⣀⠀⢻⡆⠀⠀⠀⠀⠀ -#⠀⠀⠀⠀⢀⣾⣧⡾⠛⠁⠈⠙⠷⣼⣿⡀⠀⠀⠀⠀ -#⠀⠀⠀⠀⡸⠟⠁⠀⠀⠀⠀⠀⠀⠈⠛⢧⠀⠀⠀⠀ -# Create html bookmarks from "Bookmarks" note in Joplin - -tempdir=$(mktemp -d) -joplin sync -joplin export --note Bookmarks --format=md ${tempdir} -joplin export --note "Watch Later" --format=md ${tempdir} -pandoc --standalone "${tempdir}/Personal/Web/Bookmarks.md" > /tmp/Bookmarks.html -pandoc --standalone "${tempdir}/Personal/Web/Watch Later.md" > /tmp/Watch_Later.html diff --git a/home/dot_config/sway/config.tmpl b/home/dot_config/sway/config.tmpl index c52e81aa..288f7930 100644 --- a/home/dot_config/sway/config.tmpl +++ b/home/dot_config/sway/config.tmpl @@ -197,7 +197,6 @@ mode open { bindsym b exec brave, $e bindsym s exec steam || flatpak run com.valvesoftware.Steam, $e bindsym d exec discord || flatpak run com.discordapp.Discord, $e - bindsym j exec joplin-desktop, $e, exec ~/.config/sway/scripts/joplin.sh bindsym Escape mode default } diff --git a/home/dot_config/sway/scripts/executable_joplin.sh b/home/dot_config/sway/scripts/executable_joplin.sh deleted file mode 100644 index 609792d7..00000000 --- a/home/dot_config/sway/scripts/executable_joplin.sh +++ /dev/null @@ -1,7 +0,0 @@ -#!/usr/bin/env bash - -while ! [[ $(swaymsg -t get_tree | grep '"class": "Joplin"') ]] -do - sleep .05 -done -swaymsg '[class="Joplin"]' move container to workspace "7:note" diff --git a/provision/nixos/hosts/bulwark/home-configuration.nix b/provision/nixos/hosts/bulwark/home-configuration.nix index 26125c20..aff8a7e3 100644 --- a/provision/nixos/hosts/bulwark/home-configuration.nix +++ b/provision/nixos/hosts/bulwark/home-configuration.nix @@ -9,8 +9,6 @@ rbw zk bat - joplin - joplin-desktop ]; home.stateVersion = "23.05"; diff --git a/provision/nixos/hosts/kestrel/home-configuration.nix b/provision/nixos/hosts/kestrel/home-configuration.nix index 82692ca0..c71f4772 100644 --- a/provision/nixos/hosts/kestrel/home-configuration.nix +++ b/provision/nixos/hosts/kestrel/home-configuration.nix @@ -16,8 +16,6 @@ rbw zk bat - joplin - joplin-desktop ]; home.stateVersion = "23.05"; diff --git a/provision/nixos/modules/gaming/steam.nix b/provision/nixos/modules/gaming/steam.nix index c4b083ce..2020a057 100644 --- a/provision/nixos/modules/gaming/steam.nix +++ b/provision/nixos/modules/gaming/steam.nix @@ -21,8 +21,6 @@ in { pkgs.dolphin-emu pkgs-unstable.sunshine pkgs-unstable.moonlight-qt - pkgs-unstable.joplin - pkgs-unstable.joplin-desktop ]; };