Informatique
<alphalist>
</alphalist>
Musique
Trucs en vrac
Wiki
Informatique
<alphalist>
</alphalist>
Musique
Trucs en vrac
Wiki
Ctrl a + : number xCtrl a + |Ctrl a + SCtrl a + TabCtrl a + XCtrl a + Qscreen -S mySessionNamescreen -X sessionname mySessionNameC-a :sessionname mySessionNameCtrl-A + Esc pour passer en mode copy → scroll → Esc pour sortir de ce mode++++ Config perso |
hardstatus alwayslastline hardstatus string "%{= kM}[%{= kB}%H%{= kM}]%{= kB}%L=%=%-w%{= kM}%45L> %n%f* %t%{= kB}%+w%=%-13=%{= kM}[%{= kB}%d/%m %c%{= kM}]" # pour le split vertical, définit la ligne de statut pour chaque fenêtre (ici juste les couleurs ForeBackGround) caption string "%{= dd} " # default on default colors # pour le split vertical, pas de ligne de démarcation sorendition "="
++++
Configurer sa ligne 'hardstatus' avec l'aide de : aperiodic.net
'%{= kG}[ %{y}%H %{g}][%15= %>%-Lw%40>%{r}(%{W}%n*%f %t%?(%u)%?%{r})%{g}%+Lw%-22< ][%{c} %Y-%m-%d %c %{g}]'
Output green [ ] with the hostname colored brown in the middle :
%{= kG}[ %{y}%H %{g}]
Output a [ thats green
[
Leave a gap for the hostname
%15=
Mark that spot for truncation :
%>
Print all the other windows prior to the current one up to 40% width :
%-Lw%40>
Print out a red ( :
%{r}(
Print out White Bold Text Of the Window Number, a *, flags, title :
%{W}%n*%f %t
Print out other users on that screen (if some exist) :
%?(%u)%?
Print out a red ) and then switch back to green :
%{r})%{g}
Print out all the other windows after the current one :
%+Lw
Leave some room on the end for the date and time and mark that as the other truncation point :
%-22<
Print the closing bracket, the opening bracket for the final section, a cyan marker, the date and time, and a green ] :
][%{c} %Y-%m-%d %c %{g}]