hand7s: fixes in river
This commit is contained in:
parent
54cdf9e8b8
commit
ee4aed393f
1 changed files with 6 additions and 9 deletions
|
|
@ -88,14 +88,6 @@
|
|||
"Alt+Shift+Control H" = "toggle-view-tags 20";
|
||||
};
|
||||
|
||||
spawn = [
|
||||
"${pkgs.systemd}/bin/systemctl --user start hyprpaper.service"
|
||||
"${pkgs.systemd}/bin/systemctl --user start hyprpolkitagent.service"
|
||||
"${pkgs.yambar}/bin/yambar"
|
||||
"${pkgs.wayidle}/bin/wayidle -t=300 ${pkgs.brightnessctl}/bin/brightnessctl -s set 10"
|
||||
"${pkgs.wayidle}/bin/wayidle -t=600 ${pkgs.waylock}/bin/waylock"
|
||||
];
|
||||
|
||||
map-pointer = {
|
||||
normal = {
|
||||
"Alt BTN_LEFT" = "move-view";
|
||||
|
|
@ -106,7 +98,12 @@
|
|||
};
|
||||
|
||||
extraConfig = ''
|
||||
riverctl keyboard-layout -options "grp:caps_toggle" "us,ru"
|
||||
${pkgs.river}/bin/riverctl keyboard-layout -options "grp:caps_toggle" "us,ru"
|
||||
${pkgs.river}/bin/riverctl spawn ${pkgs.systemd}/bin/systemctl --user start hyprpaper.service
|
||||
${pkgs.river}/bin/riverctl spawn ${pkgs.systemd}/bin/systemctl --user start hyprpolkitagent.service
|
||||
${pkgs.river}/bin/riverctl spawn ${pkgs.systemd}/bin/systemctl --user start yambar.service
|
||||
${pkgs.river}/bin/riverctl spawn ${pkgs.wayidle}/bin/wayidle -t=300 ${pkgs.brightnessctl}/bin/brightnessctl -s set 10
|
||||
${pkgs.river}/bin/riverctl spawn ${pkgs.wayidle}/bin/wayidle -t=600 ${pkgs.waylock}/bin/waylock
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue