feat: matrix client

This commit is contained in:
Barrett Ruth 2026-02-19 16:08:29 -05:00
parent dd13c34c92
commit 85d9dfc50b
Signed by: barrett
GPG key ID: A6C96C9349D2FC81
2 changed files with 5 additions and 2 deletions

View file

@ -114,6 +114,7 @@ bind = ALT CTRL, T, exec, hypr pull $TERMINAL
bind = ALT CTRL, V, exec, hypr pull vesktop
bind = ALT CTRL, M, exec, hypr pull signal-desktop
bind = ALT CTRL, S, exec, hypr pull slack
bind = ALT CTRL, E, exec, hypr pull element-desktop
bind = ALT CTRL, Y, exec, hypr pull sioyek
bind = ALT SHIFT, T, exec, hypr spawnfocus --ws 1 $TERMINAL
@ -121,10 +122,11 @@ bind = ALT SHIFT, Z, exec, hypr spawnfocus --ws 2 $BROWSER --ozone-platform=wayl
bind = ALT SHIFT, F, togglefloating
bind = ALT SHIFT, Q, exec, hypr exit
bind = ALT SHIFT, R, exec, hyprctl reload && notify-send 'hyprland reloaded'
bind = ALT SHIFT, Y, exec, hypr spawnfocus --ws 3 sioyek
bind = ALT SHIFT, V, exec, hypr spawnfocus --ws 5 vesktop
bind = ALT SHIFT, M, exec, hypr spawnfocus --ws 6 signal-desktop
bind = ALT SHIFT, S, exec, hypr spawnfocus --ws 7 slack
bind = ALT SHIFT, Y, exec, hypr spawnfocus --ws 3 sioyek
bind = ALT SHIFT, S, exec, hypr spawnfocus --ws 8 element-desktop
bind = , XF86Tools, submap, scripts
submap = scripts

View file

@ -121,7 +121,8 @@ in
(if hostConfig.isLinux then sioyek-wrapped else pkgs.sioyek)
]
++ lib.optionals (vesktop && hostConfig.isLinux) [ pkgs.vesktop ]
++ lib.optionals (signal && hostConfig.isLinux) [ pkgs.signal-desktop ];
++ lib.optionals (signal && hostConfig.isLinux) [ pkgs.signal-desktop ]
++ lib.optionals hostConfig.isLinux [ pkgs.element-desktop ];
xdg.configFile."sioyek/keys_user.config" = lib.mkIf sioyek {
text = ''