sway: make bindings more readable

This commit is contained in:
Leonardo Eugênio 2023-11-21 18:01:20 -03:00
parent 6528a97d21
commit b8ee69c66b
2 changed files with 45 additions and 35 deletions

View file

@ -9,6 +9,7 @@ let
terminal = "alacritty";
_lock = pkgs.writeShellScriptBin "_lock" ''
${pkgs.sway}/bin/swaymsg mode default
${pkgs.swaylock}/bin/swaylock -f
systemctl --user start swayidle.service
'';