sajenim / gist:899f285fdda64878a2fe62e78faafe65
0 curtidas
0 bifurcações
1 arquivos
Última atividade
1 | http://drop.ps7e.xyz/download.php?id=2&token=473f63804fcb2171ddaf32856045c2d1 |
sajenim / gist:a0d0e7aa7bb145048851860775d9c3b3
0 curtidas
0 bifurcações
1 arquivos
Última atividade
1 | http://drop.ps7e.xyz/download.php?id=1&token=d660e4516a8eb48234493635fe0c3cbd |
sajenim / gist:74e6cd50d66a4e84af84b7f52a0cbbd6
0 curtidas
0 bifurcações
1 arquivos
Última atividade
add to ublock filters to remove google ai search results
1 | google.com##.hdzaWe |
sajenim / wezterm.lua
0 curtidas
0 bifurcações
1 arquivos
Última atividade
popup terminal for wezterm
1 | config.keys = { |
2 | { -- If there is only one pane, split it vertically, otherwise toggle zoom on the first pane. |
3 | key = "`", |
4 | mods = "LEADER", |
5 | action = wezterm.action_callback(function(_, pane) |
6 | local tab = pane:tab() |
7 | local panes = tab:panes_with_info() |
8 | if #panes == 1 then |
9 | pane:split({ |
10 | direction = "Bottom", |
Próximo
Anterior