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/
|
lost+found/
|
||||||
|
|
||||||
.sync/
|
.sync/
|
||||||
|
.stversions/
|
||||||
|
|
||||||
.gradle/
|
.gradle/
|
||||||
cache/
|
cache/
|
||||||
cmake_build/
|
cmake_build/
|
||||||
dist_newstyle/
|
dist_newstyle/
|
||||||
|
|
||||||
build/
|
build/
|
||||||
|
|
|
@ -66,7 +66,8 @@
|
||||||
|
|
||||||
[alias]
|
[alias]
|
||||||
# GET INFO
|
# GET INFO
|
||||||
st = status --short --branch --show-stash
|
st = !git stl && git stb
|
||||||
|
stb = status --short --branch --show-stash
|
||||||
stv = --paginate status -v
|
stv = --paginate status -v
|
||||||
stvv = --paginate status -vv
|
stvv = --paginate status -vv
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue