consolidate old x commands to wayland alternative

This commit is contained in:
Mylloon 2025-06-03 11:22:04 +02:00
parent a74d49a54e
commit 424474f534
Signed by: Anri
GPG key ID: A82D63DFF8D1317F
7 changed files with 4 additions and 8 deletions

View file

@ -13,3 +13,5 @@ abbr beep "cvlc --play-and-exit /usr/share/sounds/freedesktop/stereo/bell.oga &>
abbr wifix "sudo systemctl restart NetworkManager.service"
abbr zed "zeditor"
abbr z "zeditor ."
abbr catall "catall . '*.ext1' '*.ext2' | wl-copy"
abbr p "wl-copy > file"

View file

@ -1,4 +1 @@
abbr d "nautilus . -w &> /dev/null & disown"
abbr xclip "xclip -selection clipboard"
abbr catall "catall . '*.ext1' '*.ext2' | xclip -selection clipboard"
abbr p "xclip -o > file"

View file

@ -1,3 +1 @@
abbr d "dolphin . --new-window &> /dev/null & disown"
abbr catall "catall . '*.ext1' '*.ext2' | wl-copy"
abbr p "wl-copy > file"

View file

@ -0,0 +1 @@
alias pwd "pwd | tee /dev/tty | wl-copy"

View file

@ -1 +0,0 @@
alias pwd "pwd | tee /dev/tty | xclip -selection clipboard"

View file

@ -1,2 +1 @@
alias pwd "pwd | tee /dev/tty | wl-copy"
abbr windows_reboot "systemctl reboot --boot-loader-entry=auto-windows"

View file

@ -144,6 +144,7 @@ sync-arch:
# Fish
@$(CURL) $(REPO_SRC)/.config/fish/conf.d/abbr_arch.fish >> $(HOME)/.config/fish/conf.d/abbr.fish
@$(CURL) $(REPO_SRC)/.config/fish/conf.d/alias_arch.fish >> $(HOME)/.config/fish/conf.d/alias.fish
@echo "Fish specific settings synced!"
@echo
@ -255,7 +256,6 @@ sync-gnome:
# Fish
@$(CURL) $(REPO_SRC)/.config/fish/conf.d/abbr_gnome.fish >> $(HOME)/.config/fish/conf.d/abbr.fish
@$(CURL) $(REPO_SRC)/.config/fish/conf.d/alias_gnome.fish >> $(HOME)/.config/fish/conf.d/alias.fish
@$(WGET) $(REPO_SRC)/.config/fish/functions/custom-shortcut.fish -O $(HOME)/.config/fish/functions/custom-shortcut.fish
@echo "Fish GNOME settings synced!"
@echo