Add remmina and workspace rule
This commit is contained in:
parent
a94f5fe71b
commit
b8a70a625d
|
@ -124,6 +124,7 @@ in ''
|
||||||
bind = SUPER ALT, C, exec, [workspace 6] ferdium
|
bind = SUPER ALT, C, exec, [workspace 6] ferdium
|
||||||
bind = SUPER ALT, F, exec, [workspace 4] alacritty -e mc
|
bind = SUPER ALT, F, exec, [workspace 4] alacritty -e mc
|
||||||
bind = SUPER ALT, S, exec, [workspace 5] alacritty -e ncspot
|
bind = SUPER ALT, S, exec, [workspace 5] alacritty -e ncspot
|
||||||
|
bind = SUPER ALT, R, exec, [workspace 7] remmina
|
||||||
|
|
||||||
# Misc useful binds
|
# Misc useful binds
|
||||||
bind=,Print,exec,${pkgs.grim}/bin/grim -g "$(${pkgs.slurp}/bin/slurp)"
|
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, moveworkspacetomonitor, 7 current
|
||||||
bind = SUPER, R, workspace, 7
|
bind = SUPER, R, workspace, 7
|
||||||
bind = SUPER SHIFT, R, movetoworkspace, 7
|
bind = SUPER SHIFT, R, movetoworkspace, 7
|
||||||
windowrule = workspace 7,(Nxplayer.bin)
|
windowrule = workspace 7,(org.remmina.Remmina)
|
||||||
|
|
||||||
# 8: [g]aming
|
# 8: [g]aming
|
||||||
bind = SUPER, G, moveworkspacetomonitor, 8 current
|
bind = SUPER, G, moveworkspacetomonitor, 8 current
|
||||||
|
|
|
@ -9,7 +9,13 @@
|
||||||
./anyrun.nix
|
./anyrun.nix
|
||||||
./gtk.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 = {
|
programs = {
|
||||||
firefox.package = pkgs.firefox-wayland;
|
firefox.package = pkgs.firefox-wayland;
|
||||||
rofi = {
|
rofi = {
|
||||||
|
|
Loading…
Reference in a new issue