1
0
Fork 0
mirror of https://git.sr.ht/~azikx/wyswort synced 2024-10-30 09:06:19 +00:00

Compare commits

..

3 commits

Author SHA1 Message Date
azikx 72736d659a update  2024-10-20 19:44:22 +09:00
azikx 26f707be36 update  2024-10-20 19:41:30 +09:00
azikx e5e0f9f976 update  2024-10-20 19:36:49 +09:00
3 changed files with 10 additions and 8 deletions

View file

@ -1074,11 +1074,11 @@
"nixpkgs": "nixpkgs_6" "nixpkgs": "nixpkgs_6"
}, },
"locked": { "locked": {
"lastModified": 1727721329, "lastModified": 1729404148,
"narHash": "sha256-QYlWZwUSwrM7BuO+dXclZIwoPvBIuJr6GpFKv9XKFPI=", "narHash": "sha256-OxLb5uMhJI65zQXY+Altq1mI4mDgYkc/ZeQwwRBMsxY=",
"owner": "axax-loll", "owner": "axax-loll",
"repo": "zen-browser-flake", "repo": "zen-browser-flake",
"rev": "e6ab73f405e9a2896cce5956c549a9cc359e5fcc", "rev": "8062a16083cda535819698aebf08f68f89f607b4",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -36,7 +36,7 @@ in {
desktopEntries = { desktopEntries = {
zen = { zen = {
name = "Zen Browser"; name = "Zen Browser";
exec = "appimage-run /home/megamozg/.local/share/zen-specific.AppImage"; exec = "appimage-run ${hmdir}/.local/share/zen-specific.AppImage";
terminal = false; terminal = false;
icon = "firefox"; icon = "firefox";
mimeType = [ mimeType = [

View file

@ -1,5 +1,7 @@
{ pkgs, config, ... }: { { pkgs, config, ... }:
wayland.windowManager.hyprland.settings = with pkgs; { let hmdir = config.home.homeDirectory;
in {
wayland.windowManager.hyprland.settings = {
# SHORTCUTS # SHORTCUTS
"$m" = "SUPER"; "$m" = "SUPER";
"$s" = "SHIFT"; "$s" = "SHIFT";
@ -63,8 +65,8 @@
"$m, V, exec, ayugram-desktop" "$m, V, exec, ayugram-desktop"
"$m $s, V, exec, vesktop" "$m $s, V, exec, vesktop"
"$m, B, exec, floorp" "$m, B, exec, appimage-run ${hmdir}.local/share/zen-specific.AppImage"
"$m $s, B, exec, firefox" "$m $s, B, exec, floorp"
"$m, N, exec, kitty -T Explorer yazi" "$m, N, exec, kitty -T Explorer yazi"
"$m $s, N, exec, kitty --class=tfm -T Explorer yazi" "$m $s, N, exec, kitty --class=tfm -T Explorer yazi"