Compare commits

..

No commits in common. "57cd17bc7d6d1cf86e722738fe70dd4c9c836dad" and "8d45b739fb83afcf21677b05090ab6a155938159" have entirely different histories.

2 changed files with 1 additions and 4 deletions

View file

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

View file

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