From 2acee2bb448d2a9a5e70d862c114cb58206beae4 Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Tue, 18 Feb 2020 15:36:11 +0100 Subject: Updates --- solanum/dot_Xresources | 7 +++++++ solanum/dot_tmux.conf | 5 ++++- solanum/sway/config | 6 +++++- 3 files changed, 16 insertions(+), 2 deletions(-) create mode 100644 solanum/dot_Xresources 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 U: scroll-back(40) \n\ + Shift Ctrl 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 -- cgit v1.2.3