diff options
-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 |