all repos — dotfiles @ fac5fc001f8df2ff45ae62d9754bf89a41a17307

my *nix dotfiles

Switch to xterm
Anirudh Oppiliappan x@icyphox.sh
Sat, 06 Nov 2021 11:16:50 +0530
commit

fac5fc001f8df2ff45ae62d9754bf89a41a17307

parent

5d3879586c07ca9f2d65185046c4342a52015870

4 files changed, 6 insertions(+), 3 deletions(-)

jump to
M bash/.bashrcbash/.bashrc

@@ -59,4 +59,3 @@ if [ -f '/Users/icy/Downloads/google-cloud-sdk/path.bash.inc' ]; then . '/Users/icy/Downloads/google-cloud-sdk/path.bash.inc'; fi

# The next line enables shell command completion for gcloud. if [ -f '/Users/icy/Downloads/google-cloud-sdk/completion.bash.inc' ]; then . '/Users/icy/Downloads/google-cloud-sdk/completion.bash.inc'; fi -. "/Users/icy/.acme.sh/acme.sh.env"
M config/nvim/init.luaconfig/nvim/init.lua

@@ -2,7 +2,7 @@ vim.cmd 'packadd paq-nvim'

-- impatient.nvim -- TODO: remove this once it's merged -require('impatient') +require 'impatient' require 'paq-nvim' { 'tpope/vim-rsi';
M home/.Xresourceshome/.Xresources

@@ -33,4 +33,8 @@ xterm*internalBorder: 32

xterm.vt100.locale: false xterm.vt100.utf8: true xterm.vt100.metaSendsEscape: true +xterm.termName: xterm-256color +xterm.vt100.translations: #override \n\ + Ctrl Shift <Key>C: copy-selection(CLIPBOARD) \n\ + Ctrl Shift <Key>V: insert-selection(CLIPBOARD)
M home/.cwmrchome/.cwmrc

@@ -19,7 +19,7 @@ bind-key 4S-4 window-movetogroup-4

bind-key 4S-5 window-movetogroup-5 # execs -bind-key 4-Return '/usr/local/bin/st' +bind-key 4-Return '/usr/X11R6/bin/xterm' bind-key 4-p '/home/icy/bin/pwmenu.sh' bind-key CS-Print "/home/icy/bin/scr -s" bind-key C-Print "/home/icy/bin/scr -f"