diff options
author | lxf <sng@luxagraf.net> | 2020-12-12 17:43:22 +0000 |
---|---|---|
committer | lxf <sng@luxagraf.net> | 2020-12-12 17:43:22 +0000 |
commit | 383ce5da5f2230c08fd527336f56f60a5d3e71d0 (patch) | |
tree | 33e9367b1a7e5eb550ed2bc1db818051bf01b0fa | |
parent | b3ad00605447e6123435124d03daf387257acc72 (diff) |
updated items in clipboard and added x11 clipboard to apps
-rw-r--r-- | .config/sway/config | 2 | ||||
-rw-r--r-- | apps.txt | 3 |
2 files changed, 3 insertions, 2 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' @@ -42,6 +42,7 @@ htop hwinfo imv inkscape +intel-media-driver interception-caps2esc jpegoptim kdenlive @@ -122,11 +123,11 @@ vivaldi-snapshot vnstat w3m waybar +wl-clipboard-x11 wf-recorder whois wofi xorg-server-xwayland -xorg-xclipboard xorg-xeyes yay youtube-dl |