From 6139a210acda955132c5f3ff64ccc3b61c6de4a4 Mon Sep 17 00:00:00 2001 From: KK Date: Mon, 8 Jun 2026 23:44:01 +0200 Subject: [PATCH] Small improvement --- .config/bash_aliases | 2 +- .config/sway/config | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.config/bash_aliases b/.config/bash_aliases index c1866dc..e433ff8 100644 --- a/.config/bash_aliases +++ b/.config/bash_aliases @@ -1,3 +1,3 @@ alias ls='ls -lahtr' alias vi='vim' -alias dotfiles='/usr/bin/git --git-dir=$HOME/.dotfilesrepo/ --work-tree=$HOME' +alias df='/usr/bin/git --git-dir=$HOME/.dotfilesrepo/ --work-tree=$HOME' diff --git a/.config/sway/config b/.config/sway/config index 7047629..733236b 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -16,7 +16,7 @@ set $right l # Your preferred terminal emulator set $term foot # Your preferred application launcher -set $menu wmenu-run +set $menu wmenu-run -l 10 include /etc/sway/config-vars.d/* @@ -234,7 +234,7 @@ bindsym $mod+r mode "resize" bindsym Print exec grim # Pick an entry from clipboard history and copy it back to the clipboard - bindsym $mod+c exec sh -c 'cliphist list | wmenu | cliphist decode | wl-copy' + bindsym $mod+c exec sh -c 'cliphist list | wmenu -l 10 | cliphist decode | wl-copy' # # Status Bar: