diff options
author | Alex Auvolat <alex.auvolat@inria.fr> | 2020-02-18 15:36:11 +0100 |
---|---|---|
committer | Alex Auvolat <alex.auvolat@inria.fr> | 2020-02-18 15:36:11 +0100 |
commit | 2acee2bb448d2a9a5e70d862c114cb58206beae4 (patch) | |
tree | 6a6f43df1438c1410d69ccc3baa3ca7804472558 | |
parent | 9ac0d58102a395f983c59d1504e0910ebfa0b17f (diff) | |
download | user-config-2acee2bb448d2a9a5e70d862c114cb58206beae4.tar.gz user-config-2acee2bb448d2a9a5e70d862c114cb58206beae4.zip |
Updates
-rw-r--r-- | solanum/dot_Xresources | 7 | ||||
-rw-r--r-- | solanum/dot_tmux.conf | 5 | ||||
-rw-r--r-- | solanum/sway/config | 6 |
3 files changed, 16 insertions, 2 deletions
diff --git a/solanum/dot_Xresources b/solanum/dot_Xresources new file mode 100644 index 0000000..622ef68 --- /dev/null +++ b/solanum/dot_Xresources @@ -0,0 +1,7 @@ +XTerm.vt100.locale: true +XTerm.vt100.faceName: Monaco:size=10:antialias=true + +XTerm.vt100.translations: #override \n\ + Shift Ctrl <Key>U: scroll-back(40) \n\ + Shift Ctrl <Key>D: scroll-forw(40) + diff --git a/solanum/dot_tmux.conf b/solanum/dot_tmux.conf index 5192105..f548976 100644 --- a/solanum/dot_tmux.conf +++ b/solanum/dot_tmux.conf @@ -1,5 +1,6 @@ # KEY BINDINGS + new-session -n $HOST setw -g mode-keys vi @@ -40,7 +41,7 @@ bind ^L next-window # OTHER OPTIONS -set -g mouse on +#set -g mouse on set -g escape-time 0 @@ -55,3 +56,5 @@ set-option -g allow-rename off set -g status-bg colour6 set -g default-terminal "screen-256color" + +#set -ga terminal-overrides ',xterm*:smglr=\E7\E[?69h\E[%i%p1%d;%p2%ds\E8:mgc=\E7\E[?69l\E8' diff --git a/solanum/sway/config b/solanum/sway/config index 22b5a17..a69215b 100644 --- a/solanum/sway/config +++ b/solanum/sway/config @@ -35,9 +35,13 @@ floating_modifier $mod # start a terminal #bindsym $mod+Return exec i3-sensible-terminal #bindsym $mod+Return exec xfce4-terminal +#bindsym $mod+Return exec gnome-terminal + bindsym $mod+Return exec alacritty -e tmux attach +#bindsym $mod+Return exec xterm -rv -ti vt340x -e tmux attach bindsym $mod+o exec alacritty -e /home/aauvolat/.local/bin/fzf2.sh -#bindsym $mod+Return exec gnome-terminal +#bindsym $mod+m exec xterm -rv -ti vt340x -e /home/aauvolat/tmp/tmux/tmux -S /tmp/sixock attach +bindsym $mod+m exec xterm -rv -ti vt340x # bindsym $mod+Shift+X exec xscreensaver-command -lock #bindsym $mod+Shift+X exec i3lock -d -c 111111 -I 5 |