Compare commits
No commits in common. "90642f15dbb45119b8232254270e5089b6971f43" and "1290a8b561b78ccd546f9501aeddc92356ed9e78" have entirely different histories.
90642f15db
...
1290a8b561
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -1,6 +1,3 @@
|
||||
[submodule "src/.local/bin/calcpy"]
|
||||
path = src/.local/bin/calcpy
|
||||
url = https://github.com/idanpa/calcpy
|
||||
[submodule "src/.local/bin/pyinstantref"]
|
||||
path = src/.local/bin/pyinstantref
|
||||
url = https://github.com/dogeystamp/pyinstantref
|
||||
|
8
programs
8
programs
@ -103,7 +103,7 @@ typescript
|
||||
typescript-language-server
|
||||
bash-language-server
|
||||
vscode-css-languageserver
|
||||
arc-gtk-theme
|
||||
adwaita-color-schemes
|
||||
lxappearance
|
||||
radare2
|
||||
gdb
|
||||
@ -113,12 +113,6 @@ typst
|
||||
ipython
|
||||
python-sympy
|
||||
|
||||
# .local/bin/pyinstantref script
|
||||
python-pydbus
|
||||
xorg-xprop
|
||||
xdotool
|
||||
xsel
|
||||
|
||||
# inkscape shortcut manager
|
||||
python-xlib
|
||||
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
[Default Applications]
|
||||
application/pdf=org.pwmt.zathura.desktop
|
||||
x-scheme-handler/pdfref=copy_ref
|
||||
|
@ -11,5 +11,3 @@ set inputbar-fg "#CCCCCC"
|
||||
set statusbar-bg "#000000"
|
||||
|
||||
set selection-clipboard clipboard
|
||||
|
||||
map <C-l> exec copy_ref
|
||||
|
@ -1 +0,0 @@
|
||||
Subproject commit c189dcde7566bcbab35c288442e338df8ff25215
|
@ -1,6 +0,0 @@
|
||||
[Desktop Entry]
|
||||
Name=PDF Instant Reference
|
||||
Exec=pdfref_handler
|
||||
Type=Application
|
||||
Terminal=false
|
||||
MimeType=x-scheme-handler/pdfref;
|
@ -76,7 +76,6 @@ export TYPST_ROOT="$HOME/nt"
|
||||
export PATH="$PATH":~/.local/bin
|
||||
export PATH="$PATH":~/.local/bin/deskutils
|
||||
export PATH="$PATH":~/.local/bin/deskutils/soundboard
|
||||
export PATH="$PATH":~/.local/bin/pyinstantref
|
||||
|
||||
export PATH="$PATH":"$XDG_DATA_HOME"/npm/bin
|
||||
export PATH="$PATH":"$XDG_DATA_HOME"/go/bin
|
||||
|
Loading…
x
Reference in New Issue
Block a user