Compare commits

..

2 commits

Author SHA1 Message Date
Dmitry Voronin 57cd17bc7d
Tmux : Make right status blank. 2024-05-07 15:10:28 +03:00
Dmitry Voronin a84108ebca
Keyd : Add suspend and logout keys. 2024-05-07 15:10:25 +03:00
2 changed files with 4 additions and 1 deletions

View file

@ -47,7 +47,9 @@
layer_system = {
p = "command(powersave toggle)";
l = "command(powerlimit toggle)";
z = "command(systemctl poweroff -i)";
z = "command(systemctl suspend -i)";
x = "command(systemctl poweroff -i)";
c = "command(loginctl kill-user voronind)";
};
layer_macro = {};

View file

@ -14,6 +14,7 @@ in {
set -g status-left "#[bold] #H-#S "
set -g status-left-length ${toString(setting.tmux.status.length)}
set -g status-right ""
set-window-option -g window-status-separator ""