aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRasmus Steinke <rasi@xssn.at>2024-02-13 13:35:20 +0100
committerGitHub <noreply@github.com>2024-02-13 13:35:20 +0100
commita530573d721fc50ba24949c9ee9efbc6e2edb913 (patch)
treea658a96ed019a88fadea7a5ab207f752dd2f48a3
parent54d93d48e4a8a73d607ecfd281037d0ff600ec49 (diff)
downloadrofi-pass-a530573d721fc50ba24949c9ee9efbc6e2edb913.tar.gz
Remove unused functions
-rw-r--r--config.example25
1 files changed, 0 insertions, 25 deletions
diff --git a/config.example b/config.example
index 4ad15fa..9b3a98f 100644
--- a/config.example
+++ b/config.example
@@ -20,31 +20,6 @@ _image_viewer () {
# display
}
-# It is possible to use wl-copy and wl-paste from wl-clipboard
-# Just uncomment the lines with wl-copy and wl-paste
-# and comment the xclip lines
-#
-_clip_in_primary() {
- xclip
- # wl-copy -p
-}
-
-_clip_in_clipboard() {
- xclip -selection clipboard
- # wl-copy
-}
-
-_clip_out_primary() {
- xclip -o
- # wl-paste -p
-}
-
-_clip_out_clipboard() {
- xclip --selection clipboard -o
- # wl-paste
-}
-
-
# xdotool needs the keyboard layout to be set using setxkbmap
# You can do this in your autostart scripts (e.g. xinitrc)