From b8a70a625db15dc8e73147ceeb49bd0a38541398 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Tue, 3 Oct 2023 15:13:44 +0100 Subject: [PATCH] Add remmina and workspace rule --- home/hyprland/config.nix | 3 ++- home/hyprland/default.nix | 8 +++++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/home/hyprland/config.nix b/home/hyprland/config.nix index 2b804642..b6a1cf83 100644 --- a/home/hyprland/config.nix +++ b/home/hyprland/config.nix @@ -124,6 +124,7 @@ in '' bind = SUPER ALT, C, exec, [workspace 6] ferdium bind = SUPER ALT, F, exec, [workspace 4] alacritty -e mc bind = SUPER ALT, S, exec, [workspace 5] alacritty -e ncspot + bind = SUPER ALT, R, exec, [workspace 7] remmina # Misc useful binds bind=,Print,exec,${pkgs.grim}/bin/grim -g "$(${pkgs.slurp}/bin/slurp)" @@ -231,7 +232,7 @@ in '' bind = SUPER, R, moveworkspacetomonitor, 7 current bind = SUPER, R, workspace, 7 bind = SUPER SHIFT, R, movetoworkspace, 7 - windowrule = workspace 7,(Nxplayer.bin) + windowrule = workspace 7,(org.remmina.Remmina) # 8: [g]aming bind = SUPER, G, moveworkspacetomonitor, 8 current diff --git a/home/hyprland/default.nix b/home/hyprland/default.nix index 590d0f86..ca6b123c 100644 --- a/home/hyprland/default.nix +++ b/home/hyprland/default.nix @@ -9,7 +9,13 @@ ./anyrun.nix ./gtk.nix ]; - home.packages = with pkgs; [ signal-desktop libreoffice zotero minesweep-rs ]; + home.packages = with pkgs; [ + signal-desktop + remmina + libreoffice + zotero + minesweep-rs + ]; programs = { firefox.package = pkgs.firefox-wayland; rofi = {