From ec40dc0f579a2007de908ca866398985efe17d0d Mon Sep 17 00:00:00 2001 From: Alison Watson Date: Fri, 13 Dec 2019 18:06:01 -0500 Subject: [PATCH] XCompose: move shobon to a script --- applications/XCompose | 2 -- text/shobon | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) create mode 100755 text/shobon diff --git a/applications/XCompose b/applications/XCompose index 1a6d3f4..96ccfd4 100644 --- a/applications/XCompose +++ b/applications/XCompose @@ -3,5 +3,3 @@ include "/home/marrub/src/xcompose/frakturcompose" include "/home/marrub/src/xcompose/emoji.compose" include "/home/marrub/src/xcompose/modletters.compose" include "/home/marrub/src/xcompose/parens.compose" - - : "(´・ω・`)" diff --git a/text/shobon b/text/shobon new file mode 100755 index 0000000..99d01ce --- /dev/null +++ b/text/shobon @@ -0,0 +1,2 @@ +#!/bin/sh +echo -n "(´・ω・`)" | xclip -sel c