From 230741595c5af0b9d145654f6f9cb6e7fe83fb6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Pankowski?= Date: Sat, 18 Jan 2020 14:43:32 +0100 Subject: [PATCH] use xrandr names without dashes and prompt_hostname instead of hostname --- .config/fish/config.fish | 2 +- .xsession | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/fish/config.fish b/.config/fish/config.fish index 234fb7e..bf9e006 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -6,6 +6,6 @@ bind \cg cancel # to synch current directory betweeen Emacs an fish shell in vterm function fish_vterm_prompt_end; - printf '\e]51;A'(whoami)'@'(hostname)':'(pwd)'\e\\'; + printf '\e]51;A'(whoami)'@'(prompt_hostname)':'(pwd)'\e\\'; end function track_directories --on-event fish_prompt; fish_vterm_prompt_end; end diff --git a/.xsession b/.xsession index 6aabe8f..687d395 100755 --- a/.xsession +++ b/.xsession @@ -3,7 +3,7 @@ . ~/.profile xrandr --auto -xrandr --output HDMI-1 --right-of DP-1 +xrandr --output HDMI1 --right-of DP1 xsetroot -solid '#424242' xrdb -merge ~/.Xresources setxkbmap pl -option ctrl:nocaps