mirror of
https://git.sr.ht/~azikx/wyswort
synced 2024-10-30 07:26:20 +00:00
update
This commit is contained in:
parent
e5e0f9f976
commit
26f707be36
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue