river: Remove pre-assigned tags, fix rofi-power command, fix calculator appid
This commit is contained in:
parent
d04c572632
commit
5abc425287
1 changed files with 2 additions and 5 deletions
|
@ -137,7 +137,7 @@ in
|
||||||
"${mod} d" = "spawn '${pkgs.swaynotificationcenter}/bin/swaync-client --toggle-panel --skip-wait'";
|
"${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 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.left}" = "send-layout-cmd rivertile 'main-ratio -0.05'";
|
||||||
"${mod}+Shift+Alt ${directions.right}" = "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 = {
|
rule-add = {
|
||||||
"-app-id" = {
|
"-app-id" = {
|
||||||
foot = "tags ${toString (bit 1)}";
|
"org.gnome.Calculator" = "float";
|
||||||
firefox = "tags ${toString (bit 0)}";
|
|
||||||
emacs = "tags ${toString (bit 2)}";
|
|
||||||
gnome-calculator = "float";
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue