Small improvement
This commit is contained in:
@@ -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'
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user