Skip to content

Instantly share code, notes, and snippets.

View MaximilianCF's full-sized avatar
:atom:
Do. Or do not. There is no try.

Maximilian Canez Fernandes MaximilianCF

:atom:
Do. Or do not. There is no try.
View GitHub Profile
@MaximilianCF
MaximilianCF / tmux-cheatsheet.markdown
Created October 27, 2025 12:21 — forked from MohamedAlaa/tmux-cheatsheet.markdown
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname
@MaximilianCF
MaximilianCF / gtk.css
Created November 27, 2024 15:05 — forked from rodrigo-x/gtk.css
gtk.css do xfce4 debian 12 bookworm
/*.xfce4-panel {
border-bottom-left-radius: 13px;
border-bottom-right-radius: 13px;
border-top-left-radius: 13px;
border-top-right-radius: 13px;
}*/
#whiskermenu-button image {
-gtk-icon-transform: scale(1);
}
#showdesktop-button image {