consolidate old x commands to wayland alternative
This commit is contained in:
parent
a74d49a54e
commit
424474f534
7 changed files with 4 additions and 8 deletions
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -1,3 +1 @@
|
|||
abbr d "dolphin . --new-window &> /dev/null & disown"
|
||||
abbr catall "catall . '*.ext1' '*.ext2' | wl-copy"
|
||||
abbr p "wl-copy > file"
|
||||
|
|
1
.config/fish/conf.d/alias_arch.fish
Normal file
1
.config/fish/conf.d/alias_arch.fish
Normal file
|
@ -0,0 +1 @@
|
|||
alias pwd "pwd | tee /dev/tty | wl-copy"
|
|
@ -1 +0,0 @@
|
|||
alias pwd "pwd | tee /dev/tty | xclip -selection clipboard"
|
|
@ -1,2 +1 @@
|
|||
alias pwd "pwd | tee /dev/tty | wl-copy"
|
||||
abbr windows_reboot "systemctl reboot --boot-loader-entry=auto-windows"
|
||||
|
|
2
Makefile
2
Makefile
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue