mirror of
https://github.com/SqrtMinusOne/dotfiles.git
synced 2025-12-10 11:13:04 +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 = [
|
||||
"bashmount",
|
||||
"pv",
|
||||
"man-db",
|
||||
"aria2",
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
arch = [
|
||||
"uv",
|
||||
"dbeaver",
|
||||
"rust",
|
||||
"git",
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
arch = [
|
||||
"digikam",
|
||||
"rocketchat-desktop",
|
||||
"obs-studio",
|
||||
"okular",
|
||||
|
|
|
|||
|
|
@ -7,6 +7,7 @@ x-scheme-handler/tg=userapp-Telegram Desktop-7PVWF1.desktop
|
|||
image/png=feh.desktop
|
||||
image/jpg=feh.desktop
|
||||
image/jpeg=feh.desktop
|
||||
video/webm=mpv.desktop
|
||||
application/pdf=org.pwmt.zathura.desktop
|
||||
|
||||
[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 | |
|
||||
| man-db | | |
|
||||
| pv | | |
|
||||
| bashmount | TUI to manage mounts | |
|
||||
|
||||
** 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.
|
||||
|
|
|
|||
|
|
@ -4239,6 +4239,7 @@ This section generates manifests for various desktop software that I'm using.
|
|||
| office | okular |
|
||||
| office | obs-studio |
|
||||
| office | rocketchat-desktop |
|
||||
| office | digikam |
|
||||
|
||||
** LaTeX
|
||||
| Category | Arch dependency | Disabled |
|
||||
|
|
@ -4300,6 +4301,7 @@ This section generates manifests for various desktop software that I'm using.
|
|||
| dev | git | |
|
||||
| dev | rust | |
|
||||
| dev | dbeaver | |
|
||||
| dev | uv | |
|
||||
** Manifests
|
||||
#+NAME: packages
|
||||
#+begin_src emacs-lisp :tangle no :var category=""
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue