use xrandr names without dashes and prompt_hostname instead of hostname
This commit is contained in:
parent
6992f46385
commit
230741595c
@ -6,6 +6,6 @@ bind \cg cancel
|
|||||||
|
|
||||||
# to synch current directory betweeen Emacs an fish shell in vterm
|
# to synch current directory betweeen Emacs an fish shell in vterm
|
||||||
function fish_vterm_prompt_end;
|
function fish_vterm_prompt_end;
|
||||||
printf '\e]51;A'(whoami)'@'(hostname)':'(pwd)'\e\\';
|
printf '\e]51;A'(whoami)'@'(prompt_hostname)':'(pwd)'\e\\';
|
||||||
end
|
end
|
||||||
function track_directories --on-event fish_prompt; fish_vterm_prompt_end; end
|
function track_directories --on-event fish_prompt; fish_vterm_prompt_end; end
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
. ~/.profile
|
. ~/.profile
|
||||||
|
|
||||||
xrandr --auto
|
xrandr --auto
|
||||||
xrandr --output HDMI-1 --right-of DP-1
|
xrandr --output HDMI1 --right-of DP1
|
||||||
xsetroot -solid '#424242'
|
xsetroot -solid '#424242'
|
||||||
xrdb -merge ~/.Xresources
|
xrdb -merge ~/.Xresources
|
||||||
setxkbmap pl -option ctrl:nocaps
|
setxkbmap pl -option ctrl:nocaps
|
||||||
|
Loading…
x
Reference in New Issue
Block a user