fish-shell/share/functions/__fish_print_xrandr_outputs.fish

6 lines
145 B
Fish
Raw Normal View History

function __fish_print_xrandr_outputs --description 'Print xrandr outputs'
xrandr | sed '/^Screen\|^ /d; s/^\(\S\+\) \+\(.\+\)/\1\t\2/'
end