This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
" Vim color file, started as a fork of bluegreen and changed beyond any recognition | |
" Maintainer: Sergey Khorev <[email protected]> | |
" Last Change: Jan 27 2010 | |
" URL: http://www.vim.org/scripts/script.php?script_id=586 | |
" http://sites.google.com/site/khorser/opensource/vim | |
" vim: sw=2:sts=2:ff=unix | |
" if your text terminal supports font attributes like bold you might want | |
" to set g:CtermAttrs = 1 for better results | |
" TODO update terminal colors |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This file is automatically generated by Links -- please do not edit. | |
download_dir "" | |
language "English" | |
max_connections 10 | |
max_connections_to_host 8 | |
retries 3 | |
receive_timeout 120 | |
unrestartable_receive_timeout 600 | |
timeout_when_trying_multiple_addresses 3 | |
bind_address "" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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 () { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# /etc/paru.conf | |
# "man paru.conf" for options. | |
[options] | |
Provides | |
BottomUp | |
PgpFetch | |
SudoLoop |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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" |
NewerOlder