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

update 

This commit is contained in:
azikx 2024-10-20 19:41:30 +09:00
parent e5e0f9f976
commit 26f707be36

View file

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