config: setup adjustments
This commit is contained in:
parent
19e59ef529
commit
3f341e97a8
|
@ -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
|
|
@ -1,7 +0,0 @@
|
|||
[Desktop Entry]
|
||||
Exec=st
|
||||
Icon=
|
||||
Name=st
|
||||
Path=
|
||||
Terminal=False
|
||||
Type=Application
|
|
@ -4,9 +4,10 @@
|
|||
lost+found/
|
||||
|
||||
.sync/
|
||||
.stversions/
|
||||
|
||||
.gradle/
|
||||
cache/
|
||||
cmake_build/
|
||||
dist_newstyle/
|
||||
|
||||
build/
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue