1
0
Fork 0

i3_config, xresources: rofi tweaks; tmux: use termcompat instead of specified $TERM value

This commit is contained in:
Von Random 2019-06-24 16:08:42 +03:00
parent 098b3d3c2b
commit 161b17109b
3 changed files with 9 additions and 7 deletions

View file

@ -22,9 +22,10 @@ bindsym $mod+Shift+c kill
bindsym Control+q exec /bin/true
# start dmenu (a program launcher)
bindsym $mod+s exec rofi -show display -sort
bindsym $mod+d exec rofi -show run -sort
bindsym $mod+p exec rofi -show ssh -sort
bindsym $mod+s exec rofi -show display -disable-history -lines 3 -sort
bindsym $mod+d exec rofi -show run -disable-history -sort
bindsym $mod+Shift+d exec rofi -show drun -disable-history -sort
bindsym $mod+p exec rofi -show ssh -disable-history -sort
bindsym $mod+Tab exec rofi -show window
# change focus

View file

@ -11,7 +11,7 @@ bind -T resize -r h resize-pane -L 5
bind -T resize -r j resize-pane -D 5
bind -T resize -r k resize-pane -U 5
bind -T resize -r l resize-pane -R 5
bind p command-prompt -p "ssh:" "new-session -As 'ssh'; new-window -n '%1' 'TERM=screen.xterm-new ssh %%'"
bind p command-prompt -p "ssh:" "new-session -As 'ssh'; new-window -n '%1' 'termcompat ssh %%'"
bind t command-prompt -p "attach pane to:" "join-pane -t '%%'"
bind y command-prompt break-pane
bind -n M-w next-window

View file

@ -124,9 +124,10 @@ xterm.vt100.color15: COLOR15
xscreensaver.font: TERMINUS
xscreensaver.Dialog.Font: TERMINUS_SMALL
rofi.modi: window,run,ssh,display:/home/von/git/mine/vscripts/rofi_multicmd /home/von/.displayrc.yaml
rofi.font: xos4 Terminus Bold 11
rofi.terminal: default-terminal-emulator
rofi.theme: paper-float
rofi.location: 2
rofi.modi: window,run,drun,ssh,display:/home/von/git/mine/vscripts/rofi_multicmd /home/von/.displayrc.yaml
rofi.ssh-command: tmux_ssh {host}
rofi.terminal: default-terminal-emulator
rofi.theme: Arc-Dark
! }}}