fish-shell/share/functions/__fish_print_xrandr_outputs.fish
2012-06-13 16:46:13 +04:00

5 lines
142 B
Fish

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