mirror of
https://github.com/SqrtMinusOne/dotfiles.git
synced 2025-12-10 19:23:03 +03:00
desktop: add apps
This commit is contained in:
parent
88642f01e8
commit
52a88dacf3
7 changed files with 17 additions and 0 deletions
|
|
@ -1,4 +1,5 @@
|
||||||
arch = [
|
arch = [
|
||||||
|
"bashmount",
|
||||||
"pv",
|
"pv",
|
||||||
"man-db",
|
"man-db",
|
||||||
"aria2",
|
"aria2",
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,5 @@
|
||||||
arch = [
|
arch = [
|
||||||
|
"uv",
|
||||||
"dbeaver",
|
"dbeaver",
|
||||||
"rust",
|
"rust",
|
||||||
"git",
|
"git",
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,5 @@
|
||||||
arch = [
|
arch = [
|
||||||
|
"digikam",
|
||||||
"rocketchat-desktop",
|
"rocketchat-desktop",
|
||||||
"obs-studio",
|
"obs-studio",
|
||||||
"okular",
|
"okular",
|
||||||
|
|
|
||||||
|
|
@ -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
10
.config/mpv/input.conf
Normal 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
|
||||||
|
|
@ -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.
|
||||||
|
|
|
||||||
|
|
@ -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=""
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue