From 3f341e97a87d9580079d679dbe00efd3aeebcd16 Mon Sep 17 00:00:00 2001 From: xerus2000 <27jf@pm.me> Date: Mon, 22 Mar 2021 21:06:48 +0100 Subject: [PATCH] config: setup adjustments --- .../alacritty.desktop##hostname.elephant-arch | 17 +++++++++++++++++ .../st.desktop##hostname.elephant-arch | 7 ------- .config/fd/ignore | 3 ++- .config/git/config | 3 ++- 4 files changed, 21 insertions(+), 9 deletions(-) create mode 100644 .config/autostart/alacritty.desktop##hostname.elephant-arch delete mode 100644 .config/autostart/st.desktop##hostname.elephant-arch diff --git a/.config/autostart/alacritty.desktop##hostname.elephant-arch b/.config/autostart/alacritty.desktop##hostname.elephant-arch new file mode 100644 index 0000000..e89f887 --- /dev/null +++ b/.config/autostart/alacritty.desktop##hostname.elephant-arch @@ -0,0 +1,17 @@ +[Desktop Action New] +Exec=alacritty +Name=New Terminal + +[Desktop Entry] +Actions=New; +Categories=System;TerminalEmulator; +Comment=A fast, cross-platform, OpenGL terminal emulator +Exec=alacritty +GenericName=Terminal +Icon=Alacritty +Name=Alacritty +StartupWMClass=Alacritty +Terminal=false +TryExec=alacritty +Type=Application +X-Desktop-File-Install-Version=0.26 diff --git a/.config/autostart/st.desktop##hostname.elephant-arch b/.config/autostart/st.desktop##hostname.elephant-arch deleted file mode 100644 index 97a6e43..0000000 --- a/.config/autostart/st.desktop##hostname.elephant-arch +++ /dev/null @@ -1,7 +0,0 @@ -[Desktop Entry] -Exec=st -Icon= -Name=st -Path= -Terminal=False -Type=Application diff --git a/.config/fd/ignore b/.config/fd/ignore index ba9072b..4648658 100644 --- a/.config/fd/ignore +++ b/.config/fd/ignore @@ -4,9 +4,10 @@ lost+found/ .sync/ +.stversions/ + .gradle/ cache/ cmake_build/ dist_newstyle/ - build/ diff --git a/.config/git/config b/.config/git/config index 31f42a3..93c3102 100644 --- a/.config/git/config +++ b/.config/git/config @@ -66,7 +66,8 @@ [alias] # GET INFO - st = status --short --branch --show-stash + st = !git stl && git stb + stb = status --short --branch --show-stash stv = --paginate status -v stvv = --paginate status -vv