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}+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";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue