summaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorlxf <sng@luxagraf.net>2020-12-12 17:43:22 +0000
committerlxf <sng@luxagraf.net>2020-12-12 17:43:22 +0000
commit383ce5da5f2230c08fd527336f56f60a5d3e71d0 (patch)
tree33e9367b1a7e5eb550ed2bc1db818051bf01b0fa /.config
parentb3ad00605447e6123435124d03daf387257acc72 (diff)
updated items in clipboard and added x11 clipboard to apps
Diffstat (limited to '.config')
-rw-r--r--.config/sway/config2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/sway/config b/.config/sway/config
index c924cf7..ac387ce 100644
--- a/.config/sway/config
+++ b/.config/sway/config
@@ -212,7 +212,7 @@ exec --no-startup-id nextcloud &
# clipboard manager
exec wl-paste -t text --watch clipman store --max-items=60 --histpath="~/.local/share/clipman-primary.json"
# exec wl-paste -w 'wl-paste >> ~/.clipboard'
-bindsym $mod+h exec clipman pick --tool="wofi" --max-items=30 --histpath="~/.local/share/clipman-primary.json"
+bindsym $mod+h exec clipman pick --tool="wofi" --max-items=60 --histpath="~/.local/share/clipman-primary.json"
# app launcher
bindsym $mod+Space exec alacritty --class 'launcher' --command bash -c 'compgen -c | sort -u | fzf | xargs -r swaymsg -t command exec'