1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2026-03-09 18:54:47 +01:00

Compare commits

..

4 Commits

Author SHA1 Message Date
6e2214e6f1 nvim: enlarged dictionary 2026-01-17 06:40:28 +01:00
7343687155 swhkd: fixed wront named keys 2026-01-17 06:39:44 +01:00
7995736df8 moved from sxiv to imv for better wayland compatibility 2026-01-17 06:38:46 +01:00
69bce56a37 xdefaults: added sxiv background color 2026-01-17 06:15:07 +01:00
7 changed files with 33 additions and 7 deletions

7
.config/imv/config Normal file
View File

@@ -0,0 +1,7 @@
[binds]
<plus> = zoom 1
p = prev
n = next
<Shift+R> = rotate by 90

View File

@@ -1,12 +1,17 @@
Bonitur
Entlebucher Sennenhund
Gym
Homeserver
Impro-Theater
Improtheater
Infokratie
Ira
Jahreszeitenunterschied
Jahreszeitenunterschiede
Königinnensubstanz
Magazinbeute
Magazinbeuten
Meta
Orgas
Poetry
Poetry-Slam
@@ -19,5 +24,7 @@ Torrenting
Uni-Theater
Unitheater
egozentristisch
Meta
ira
shiftete
Ça
ça

View File

@@ -3,22 +3,28 @@ Akallabêth
Annoyed Altisaur
Aule
Barros
Beek
Boarding Party
Boelsen
Bontjes
CDSS
Casper
Caspers
Cato
CdE
Combi
Commander
DeepSeek
Edain
Elodie
Eyal
Greater
Guttersnipe
Habenhausen
Higgers
IFAM
IFAMs
IMRaD
Jeanine
Kratom
Kubitschek
@@ -26,11 +32,14 @@ Käte
MTG
Magic
Magic: The Gathering
Marten
Mathis
Matvey
Mint
Nate
Númenor
Overwatch
Pluribus
PopOS
Precon
Precons

View File

@@ -76,11 +76,13 @@ super + F12
Print
screenshot
XF86AudioMute
mute
lmc deaf_toggle
XF86AudioLowerVolume
volumedown
lmc down
XF86AudioRaiseVolume
volumeup
lmc up
# super + shift + F23

View File

@@ -267,8 +267,8 @@ fileviewer *.[1-8] man ./%c | col -b
" Images
filextype *.bmp,*.jpg,*.jpeg,*.png,*.gif,*.xpm,*.webp
\ {View in sxiv}
\ sxiv -ia %c %d &,
\ {View in imv}
\ imv %c %d &,
fileviewer <image/*>
\ vifmimg draw %px %py %pw %ph %c
\ %pc

View File

@@ -4,3 +4,4 @@ Xft.rgba: rgb
Xft.autohint: true
Xft.hintstyle: hintslight
Xft.lcdfilter: lcdfilter
Sxiv.background: #000000

View File

@@ -14,7 +14,7 @@ export BROWSER="zen-browser"
export RTV_BROWSER="qutebrowser"
export EDITOR="nvim"
export FILE="vifmrun"
export IMAGE="sxiv"
export IMAGE="imv"
export READER="zathura"
export TERMINAL="st"
export QT_QPA_PLATFORMTHEME="qt6ct"