Skip to content

Instantly share code, notes, and snippets.

View dardo82's full-sized avatar
🏠
Working from home

Michele Venturi dardo82

🏠
Working from home
View GitHub Profile
@dardo82
dardo82 / links.cfg
Created March 23, 2025 22:52
LINKS conf
@dardo82
dardo82 / config
Created March 23, 2025 06:01
W3M conf
tabstop 8
indent_incr 4
pixel_per_char 12
pixel_per_line 24
frame 0
target_self 0
open_tab_blank 0
open_tab_dl_list 0
display_link 0
display_link_number 0
@dardo82
dardo82 / logind.conf
Created March 11, 2025 01:30
LogInD conf
# This file is part of systemd.
#
# systemd is free software; you can redistribute it and/or modify it under the
# terms of the GNU Lesser General Public License as published by the Free
# Software Foundation; either version 2.1 of the License, or (at your option)
# any later version.
#
# Entries in this file show the compile time defaults. Local configuration
# should be created by either modifying this file (or a copy of it placed in
# /etc/ if the original file is shipped in /usr/), or by creating "drop-ins" in
@dardo82
dardo82 / locale.conf
Last active February 25, 2025 16:31
LANG conf
LANG=it_IT.UTF-8
LC_ADDRESS=it_IT.UTF-8
LC_IDENTIFICATION=it_IT.UTF-8
LC_MEASUREMENT=it_IT.UTF-8
LC_MESSAGES=en_US.UTF-8
LC_MONETARY=it_IT.UTF-8
LC_NAME=it_IT.UTF-8
LC_NUMERIC=it_IT.UTF-8
LC_PAPER=it_IT.UTF-8
LC_TELEPHONE=it_IT.UTF-8
@dardo82
dardo82 / xfm
Created February 8, 2025 17:16
XFCE4 apps
#!/usr/bin/env zsh
NAWW="_NET_ACTIVE_WINDOW(WINDOW):"
ICON_DIR="/usr/share/icons/hicolor/128x128/apps"
spiral () {
local AWL=$(xprop -root | awk "/${(q)NAWW}/"'{print $5}')
xseticon -id "${AWL/,}" "$1"
}
xfce4 () {
@dardo82
dardo82 / paru.conf
Created January 15, 2025 06:07
paru Conf
# /etc/paru.conf
# "man paru.conf" for options.
[options]
Provides
BottomUp
PgpFetch
SudoLoop
@dardo82
dardo82 / .lynx.cfg
Created January 15, 2025 04:48
lynx CONF
DEFAULT_INDEX_FILE:http://scout.wisc.edu/
STARTFILE:https://lynx.invisible-island.net/
HELPFILE:file:///usr/share/doc/lynx/lynx_help/lynx_help_main.html
SET_COOKIES:TRUE
ACCEPT_ALL_COOKIES:TRUE
PERSISTENT_COOKIES:TRUE
COOKIE_FILE:~/.lynx_cookies
COOKIE_SAVE_FILE:~/.lynx_cookies
@dardo82
dardo82 / .tmux_history
Created January 14, 2025 13:37
Tmux History
command:set-option history-file ~/.tmux_history
command:set-option prompt-history-limit 1000
command:set-option lock-after-time 100
command:0
command:set-option lock-after-time 300
command:300
command:set-option prefix C-S
command:C-b
command:set-option prefix C-s
command:C-s
@dardo82
dardo82 / .tmux.conf
Last active April 11, 2025 22:59
Tmux Conf
# Tmux Conf
bind-key "Y" paste-buffer
bind-key "y" paste-buffer -p -s ""
bind-key "PPage" swap-pane -U
bind-key "NPage" swap-pane -D
bind-key "R" source-file "~/.tmux.conf"
@dardo82
dardo82 / .mailcap
Created January 14, 2025 13:29
MailCap
# MailCap
audio/*; /usr/bin/play %s; needsterminal
video/*; /usr/bin/mpv %s; needsterminal
image/*; /usr/bin/fbi%s; needsterminal
text/html; /usr/bin/w3m %s; needsterminal
application/pdf; /usr/bin/fbgs -xxl %s; needsterminal