mirror of
https://gitlab.com/linuxstuff/dotfiles.git
synced 2026-08-19 22:59:27 +02:00
yay editmenu alias
This commit is contained in:
@@ -41,6 +41,7 @@ floating_modifier $mod
|
|||||||
|
|
||||||
# Kill focused window
|
# Kill focused window
|
||||||
bindsym $mod+Shift+q kill
|
bindsym $mod+Shift+q kill
|
||||||
|
bindsym $mod+Ctrl+q exec --no-startup-id "xdotool windowclose $(xdotool getactivewindow)"
|
||||||
|
|
||||||
# Terminal
|
# Terminal
|
||||||
bindsym $mod+r exec --no-startup-id $terminal
|
bindsym $mod+r exec --no-startup-id $terminal
|
||||||
|
|||||||
@@ -95,6 +95,7 @@ alias confup="yadm push"
|
|||||||
|
|
||||||
# yay
|
# yay
|
||||||
alias yayi="yay -Qs"
|
alias yayi="yay -Qs"
|
||||||
|
alias yaye="yay --editmenu -S"
|
||||||
alias yays="yay -Sy --sudoloop --noconfirm"
|
alias yays="yay -Sy --sudoloop --noconfirm"
|
||||||
alias yayc="yay -Sc --noconfirm"
|
alias yayc="yay -Sc --noconfirm"
|
||||||
alias yayr="yay -Rs" # Remove package and dependencies
|
alias yayr="yay -Rs" # Remove package and dependencies
|
||||||
|
|||||||
Reference in New Issue
Block a user