- modifying the togglespit dispatcher to go through a layoutmsg dispatcher

This commit is contained in:
2026-03-08 10:58:16 +01:00
parent 10f5bed4f7
commit 84af068971
2 changed files with 6 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
[General] [General]
TabbedEditor=false TabbedEditor=false
StartupDirectory=last StartupDirectory=last
StartupPath=/home/thierry/Pictures/23.12.2025 - promenade avec beony/raw StartupPath=/mnt/rsync/photos/2011/10/2011_10_16
DateFormat=%Y-%m-%d DateFormat=%Y-%m-%d
AdjusterMinDelay=100 AdjusterMinDelay=100
AdjusterMaxDelay=200 AdjusterMaxDelay=200
@@ -44,7 +44,7 @@ MaxCacheEntries=20000
ParseExtensions=3fr;arw;arq;cr2;cr3;crf;crw;dcr;dng;fff;iiq;jpg;jpeg;kdc;mef;mos;mrw;nef;nrw;orf;pef;png;raf;raw;rw2;rwl;rwz;sr2;srf;srw;tif;tiff;x3f; ParseExtensions=3fr;arw;arq;cr2;cr3;crf;crw;dcr;dng;fff;iiq;jpg;jpeg;kdc;mef;mos;mrw;nef;nrw;orf;pef;png;raf;raw;rw2;rwl;rwz;sr2;srf;srw;tif;tiff;x3f;
ParseExtensionsEnabled=1;1;1;1;1;1;1;1;1;1;1;1;1;1;1;1;1;1;1;1;1;0;1;1;1;1;1;1;1;1;1;1;1; ParseExtensionsEnabled=1;1;1;1;1;1;1;1;1;1;1;1;1;1;1;1;1;1;1;1;1;0;1;1;1;1;1;1;1;1;1;1;1;
ThumbnailInterpolation=1 ThumbnailInterpolation=1
FavoriteDirs= FavoriteDirs=/mnt/rsync/photos/2011/10/2011_10_16;
ThumbnailZoomRatios=0.20000000000000001;0.29999999999999999;0.45000000000000001;0.59999999999999998;0.80000000000000004;1; ThumbnailZoomRatios=0.20000000000000001;0.29999999999999999;0.45000000000000001;0.59999999999999998;0.80000000000000004;1;
OverlayedFileNames=false OverlayedFileNames=false
FilmStripOverlayedFileNames=false FilmStripOverlayedFileNames=false
@@ -53,7 +53,7 @@ FilmStripShowFileNames=false
HighlightSelected=false HighlightSelected=false
InternalThumbIfUntouched=true InternalThumbIfUntouched=true
MaxRecentFolders=15 MaxRecentFolders=15
RecentFolders=/home/thierry/Pictures/23.12.2025 - promenade avec beony/raw;/home/thierry/Pictures;/run/media/thierry/9C33-6BBD/DCIM/11451225;/home/thierry/Pictures/nex;/run/media/thierry/LUMIX/DCIM/102_PANA; RecentFolders=/mnt/rsync/photos/2011/10/2011_10_16;/mnt/rsync/photos/marrakech/sct;/mnt/rsync/photos/marrakech/AWA;/mnt/rsync/photos/106_PANA;/mnt/rsync/photos/2011/10/2011_10_15;/mnt/rsync/photos/201410/steingletscher/DCIM;/mnt/rsync/photos/201410/steingletscher;/mnt/rsync/photos/2011/10/2011_10_01;/home/thierry/Pictures;/home/thierry/Pictures/23.12.2025 - promenade avec beony/raw;/run/media/thierry/9C33-6BBD/DCIM/11451225;/home/thierry/Pictures/nex;/run/media/thierry/LUMIX/DCIM/102_PANA;
ThumbnailRatingMode=xmp ThumbnailRatingMode=xmp
[Clipping Indication] [Clipping Indication]
@@ -130,8 +130,8 @@ CustomProfileBuilderPath=
CustomProfileBuilderKeys=0 CustomProfileBuilderKeys=0
[GUI] [GUI]
WindowWidth=2552 WindowWidth=1272
WindowHeight=1405 WindowHeight=1402
WindowX=0 WindowX=0
WindowY=0 WindowY=0
WindowMonitor=0 WindowMonitor=0

View File

@@ -182,7 +182,7 @@ bind = $mainMod, V, togglefloating,
bind = $mainMod, space, exec, fuzzel bind = $mainMod, space, exec, fuzzel
bind = $mainMod, D, exec, wayscriber --active bind = $mainMod, D, exec, wayscriber --active
bind = $mainMod, P, pseudo, # dwindle bind = $mainMod, P, pseudo, # dwindle
bind = $mainMod, J, togglesplit, # dwindle bind = $mainMod, J, layoutmsg, togglesplit, # dwindle
bind = $mainMod, L, exec, hyprlock bind = $mainMod, L, exec, hyprlock
bind = $mainMod, F, fullscreen, bind = $mainMod, F, fullscreen,
bind = $mainMod, Delete, exec, ~/bin/suspend.sh bind = $mainMod, Delete, exec, ~/bin/suspend.sh