desktop: add apps

This commit is contained in:
Pavel Korytov 2025-11-24 18:12:20 +03:00
parent 88642f01e8
commit 52a88dacf3
7 changed files with 17 additions and 0 deletions

View file

@ -1,4 +1,5 @@
arch = [ arch = [
"bashmount",
"pv", "pv",
"man-db", "man-db",
"aria2", "aria2",

View file

@ -1,4 +1,5 @@
arch = [ arch = [
"uv",
"dbeaver", "dbeaver",
"rust", "rust",
"git", "git",

View file

@ -1,4 +1,5 @@
arch = [ arch = [
"digikam",
"rocketchat-desktop", "rocketchat-desktop",
"obs-studio", "obs-studio",
"okular", "okular",

View file

@ -7,6 +7,7 @@ x-scheme-handler/tg=userapp-Telegram Desktop-7PVWF1.desktop
image/png=feh.desktop image/png=feh.desktop
image/jpg=feh.desktop image/jpg=feh.desktop
image/jpeg=feh.desktop image/jpeg=feh.desktop
video/webm=mpv.desktop
application/pdf=org.pwmt.zathura.desktop application/pdf=org.pwmt.zathura.desktop
[Added Associations] [Added Associations]

10
.config/mpv/input.conf Normal file
View file

@ -0,0 +1,10 @@
Alt+- add video-zoom -0.25
Alt+= add video-zoom 0.25
Alt+h add video-pan-x 0.05
Alt+l add video-pan-x -0.05
Alt+k add video-pan-y 0.05
Alt+j add video-pan-y -0.05
Shift+m cycle-values audio-channels "auto-safe" "mono"
r cycle_values video-rotate 90 180 270 0

View file

@ -947,6 +947,7 @@ keymap_mode = "vim-insert"
| aria2 | Download tool | | | aria2 | Download tool | |
| man-db | | | | man-db | | |
| pv | | | | pv | | |
| bashmount | TUI to manage mounts | |
** ripgrep config ** ripgrep config
Occasionally I can't exclude certain files from ripgrep via the VCS settings, so here is a simple config to ignore certain files globally. Occasionally I can't exclude certain files from ripgrep via the VCS settings, so here is a simple config to ignore certain files globally.

View file

@ -4239,6 +4239,7 @@ This section generates manifests for various desktop software that I'm using.
| office | okular | | office | okular |
| office | obs-studio | | office | obs-studio |
| office | rocketchat-desktop | | office | rocketchat-desktop |
| office | digikam |
** LaTeX ** LaTeX
| Category | Arch dependency | Disabled | | Category | Arch dependency | Disabled |
@ -4300,6 +4301,7 @@ This section generates manifests for various desktop software that I'm using.
| dev | git | | | dev | git | |
| dev | rust | | | dev | rust | |
| dev | dbeaver | | | dev | dbeaver | |
| dev | uv | |
** Manifests ** Manifests
#+NAME: packages #+NAME: packages
#+begin_src emacs-lisp :tangle no :var category="" #+begin_src emacs-lisp :tangle no :var category=""