aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/functions/__fish_print_xrandr_outputs.fish
blob: b699a94dd15b1f36dcfd72dbc4119dc2adbe2cc6 (plain)
1
2
3
4
5
function __fish_print_xrandr_outputs --description 'Print xrandr outputs'
	xrandr | sed '/^Screen\|^ /d; s/^\(\S\+\) \+\(.\+\)/\1\t\2/'


end