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

View File

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

View File

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

View File

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

View File

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

View File

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