Compare commits
No commits in common. "57cd17bc7d6d1cf86e722738fe70dd4c9c836dad" and "8d45b739fb83afcf21677b05090ab6a155938159" have entirely different histories.
57cd17bc7d
...
8d45b739fb
|
@ -47,9 +47,7 @@
|
|||
layer_system = {
|
||||
p = "command(powersave toggle)";
|
||||
l = "command(powerlimit toggle)";
|
||||
z = "command(systemctl suspend -i)";
|
||||
x = "command(systemctl poweroff -i)";
|
||||
c = "command(loginctl kill-user voronind)";
|
||||
z = "command(systemctl poweroff -i)";
|
||||
};
|
||||
|
||||
layer_macro = {};
|
||||
|
|
|
@ -14,7 +14,6 @@ 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 ""
|
||||
|
||||
|
|
Loading…
Reference in a new issue