Add remmina and workspace rule

This commit is contained in:
Evie Litherland-Smith 2023-10-03 15:13:44 +01:00
parent a94f5fe71b
commit b8a70a625d
2 changed files with 9 additions and 2 deletions

View file

@ -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

View file

@ -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 = {