Compare commits
No commits in common. "6c408487f50a0a275bf165053bca342c49f33d84" and "bb922a8ac1964ac8ed6a95159ed0fba3293d6e87" have entirely different histories.
6c408487f5
...
bb922a8ac1
@ -320,7 +320,7 @@ tiling_drag modifier titlebar
|
||||
## Syntax:
|
||||
#exec [--no-startup-id] <command>
|
||||
#exec_always [--no-startup-id] <command>
|
||||
exec_always --no-startup-id setxkbmap us
|
||||
exec_always --no-startup-id setxkbmap -option caps:swapescape
|
||||
exec_always --no-startup-id ~/.screenlayout/default.sh
|
||||
exec_always --no-startup-id ~/.config/i3/scripts/i3_autostart
|
||||
|
||||
|
||||
@ -7,7 +7,7 @@
|
||||
;signingkey = C6424C524F8B4D0B0C6F9380ACD9F65FA7E19986;USB-C
|
||||
token = REPLACE HERE TOKEN
|
||||
[commit]
|
||||
gpgSign = true
|
||||
gpgSign = false
|
||||
[gpg]
|
||||
program = gpg2
|
||||
[tag]
|
||||
|
||||
@ -22,8 +22,3 @@ returner-consumer-stderr.log
|
||||
returner-consumer-stdout.log
|
||||
|
||||
celery-exporter
|
||||
|
||||
.gitlab.nvim
|
||||
|
||||
arcanite_gestion/lib/
|
||||
dependencies.html
|
||||
|
||||
2
neovim
2
neovim
@ -1 +1 @@
|
||||
Subproject commit 3f08c78c134c6c577b64d6b4161999ff459bd394
|
||||
Subproject commit d6f6f9e11d4ea7835ae73820d581ec2ce1a13432
|
||||
2
scripts
2
scripts
@ -1 +1 @@
|
||||
Subproject commit 953b9a791c8ef9f2bf62253ce18dccd837519be0
|
||||
Subproject commit fd029a8ce24e70d413639876e4e50653d1af1bf2
|
||||
@ -63,8 +63,8 @@ run -b '~/.tmux/plugins/tpm/tpm'
|
||||
set -s escape-time 0
|
||||
set-option -g default-terminal "screen-256color"
|
||||
|
||||
bind-key -r f run-shell "tmux neww /home/legrems/miniconda3/bin/python ~/Documents/dotfiles/scripts/tmux_sessionizer.py"
|
||||
bind-key -r g run-shell "tmux neww /home/legrems/miniconda3/bin/python ~/Documents/dotfiles/scripts/tmux_select_session.py"
|
||||
bind-key -r f run-shell "tmux neww ~/Documents/dotfiles/scripts/tmux-sessionizer"
|
||||
bind-key -r m run-shell "tmux neww ~/Documents/dotfiles/scripts/tmux-multi-ssh"
|
||||
bind-key -r m run-shell "tmux neww /home/legrems/miniconda3/bin/python ~/Documents/dotfiles/scripts/tmux_ssh_group.py"
|
||||
bind-key -r j run-shell "tmux neww /home/legrems/miniconda3/bin/python ~/Documents/dotfiles/scripts/tmux_multi_ssh.py"
|
||||
bind-key -r i set-window-option synchronize-panes\; display-message "synchronize-panes is now #{?pane_synchronized, #[bg=red]!! ON !!,OFF}"
|
||||
|
||||
@ -37,8 +37,8 @@ f() { find . -name "*$1*"; }
|
||||
tar-create() {tar cfv $@}
|
||||
tar-list() {tar -tvf $@}
|
||||
tar-extract() {tar xfv $@}
|
||||
us-layout() {setxkbmap us }
|
||||
usint-layout() {setxkbmap us -variant intl }
|
||||
us-layout() {setxkbmap us -option caps:swapescape }
|
||||
usint-layout() {setxkbmap us -variant intl -option caps:swapescape }
|
||||
|
||||
make_venv() {
|
||||
echo $(basename $(pwd) | awk '{print "conda activate "$1}') > $(pwd | awk '{print $1"/.autoenv.zsh"}')
|
||||
|
||||
Loading…
Reference in New Issue
Block a user