river: Remove pre-assigned tags, fix rofi-power command, fix calculator appid

This commit is contained in:
Erwin Boskma 2024-04-23 10:49:08 +02:00
parent d04c572632
commit 5abc425287
Signed by: erwin
SSH key fingerprint: SHA256:/Wk1WZdLg+vQHs3in9qq7PsIp8SMzwGSk/RLZ5zPuZk

View file

@ -137,7 +137,7 @@ in
"${mod} d" = "spawn '${pkgs.swaynotificationcenter}/bin/swaync-client --toggle-panel --skip-wait'";
"${mod}+Shift d" = "spawn '${pkgs.swaynotificationcenter}/bin/swaync-client --toggle-dnd --skip-wait'";
"${mod}+Shift f" = "spawn ${rofiPower}";
"${mod}+Shift f" = "spawn ${rofiPower}/bin/rofi-power";
"${mod}+Shift+Alt ${directions.left}" = "send-layout-cmd rivertile 'main-ratio -0.05'";
"${mod}+Shift+Alt ${directions.right}" = "send-layout-cmd rivertile 'main-ratio +0.05'";
@ -187,10 +187,7 @@ in
rule-add = {
"-app-id" = {
foot = "tags ${toString (bit 1)}";
firefox = "tags ${toString (bit 0)}";
emacs = "tags ${toString (bit 2)}";
gnome-calculator = "float";
"org.gnome.Calculator" = "float";
};
};