From f8bb742f26b9f711440bb4fcb738ceb19c731692 Mon Sep 17 00:00:00 2001 From: Valentin Brandl Date: Mon, 13 Aug 2018 11:42:24 +0200 Subject: [PATCH] Add urlview config --- meta/configs/urlview.yaml | 3 +++ meta/profiles/workstation | 5 +++-- tools/misc/urlview/urlview | 1 + 3 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 meta/configs/urlview.yaml create mode 100644 tools/misc/urlview/urlview diff --git a/meta/configs/urlview.yaml b/meta/configs/urlview.yaml new file mode 100644 index 0000000..baee165 --- /dev/null +++ b/meta/configs/urlview.yaml @@ -0,0 +1,3 @@ +- link: + ~/.urlview: tools/misc/urlview/urlview +# vim: set filetype=yaml ts=4 sw=4 tw=0 et : diff --git a/meta/profiles/workstation b/meta/profiles/workstation index 5ca5ba4..ea7e650 100644 --- a/meta/profiles/workstation +++ b/meta/profiles/workstation @@ -3,8 +3,8 @@ dunst gdb git gnupg -i3blocks i3 +i3blocks ncmpcpp profile qt @@ -12,8 +12,9 @@ rofi teiler terminal-colors termite -tmuxinator tmux +tmuxinator +urlview vim x11 xbindkeys diff --git a/tools/misc/urlview/urlview b/tools/misc/urlview/urlview new file mode 100644 index 0000000..ea74888 --- /dev/null +++ b/tools/misc/urlview/urlview @@ -0,0 +1 @@ +COMMAND xdg-open %s