Small improvement

This commit is contained in:
KK
2026-06-08 23:44:01 +02:00
parent af678e177a
commit 6139a210ac
2 changed files with 3 additions and 3 deletions

View File

@@ -1,3 +1,3 @@
alias ls='ls -lahtr' alias ls='ls -lahtr'
alias vi='vim' 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'

View File

@@ -16,7 +16,7 @@ set $right l
# Your preferred terminal emulator # Your preferred terminal emulator
set $term foot set $term foot
# Your preferred application launcher # Your preferred application launcher
set $menu wmenu-run set $menu wmenu-run -l 10
include /etc/sway/config-vars.d/* include /etc/sway/config-vars.d/*
@@ -234,7 +234,7 @@ bindsym $mod+r mode "resize"
bindsym Print exec grim bindsym Print exec grim
# Pick an entry from clipboard history and copy it back to the clipboard # 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: # Status Bar: