Compare commits

...

2 commits

Author SHA1 Message Date
joygnu 9662681c7b Photos and Git bookmark 2024-08-25 14:50:39 +02:00
joygnu 372beea653 little rofi menu for opening links in mvp 2024-08-24 23:07:11 +02:00
2 changed files with 7 additions and 3 deletions

View file

@ -43,13 +43,17 @@
url = "https://stylix.danth.me/options/nixos.html"; url = "https://stylix.danth.me/options/nixos.html";
} }
{ {
name = "JOYGNU"; name = "Git";
url = "https://joygnu.org/"; url = "https://git.joygnu.org/";
} }
{ {
name = "Mail"; name = "Mail";
url = "https://mail.joygnu.org/"; url = "https://mail.joygnu.org/";
} }
{
name = "Photos";
url = "https://immich.joygnu.org/";
}
{ {
name = "Server"; name = "Server";
url = "https://avoro.eu/cp/clientarea.php?action=productdetails&id=27920"; url = "https://avoro.eu/cp/clientarea.php?action=productdetails&id=27920";

View file

@ -82,7 +82,7 @@
"$mod+Shift, Z, exec, grim - | swappy -f -" "$mod+Shift, Z, exec, grim - | swappy -f -"
"$mod, Z, exec, sh ~/nix/home/hyprland/scripts/screen.sh" "$mod, Z, exec, sh ~/nix/home/hyprland/scripts/screen.sh"
"$mod, V, exec, cliphist list | rofi -dmenu | cliphist decode | wl-copy" "$mod, V, exec, cliphist list | rofi -dmenu | cliphist decode | wl-copy"
"$mod, O, exec, sh ~/nix/hyprland/scripts/mpv.sh" "$mod, O, exec, sh ~/nix/home/hyprland/scripts/mpv.sh"
# controles # controles
"$mod, Q, killactive" "$mod, Q, killactive"