diff options
| author | Craig Jennings <c@cjennings.net> | 2026-01-28 06:57:24 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-01-28 06:57:24 -0600 |
| commit | fdb069a8f30ea363866d5c98f6fe4e6546bace19 (patch) | |
| tree | c03a0574e7dcc8a851ab29296e2f6d0bcd135e40 /dotfiles/dwm/.config/flameshot | |
| parent | a36f8ff2fdd5efd31af36bbb378be7cebe2359a2 (diff) | |
| download | archsetup-fdb069a8f30ea363866d5c98f6fe4e6546bace19.tar.gz archsetup-fdb069a8f30ea363866d5c98f6fe4e6546bace19.zip | |
fix(hyprland): resolve waybar 25s startup delay and separate X11 dotfiles
- Add portals.conf with Settings=none to prevent D-Bus timeout
- Reorder exec-once: portal/dbus first, then services, then apps
- Move X11-specific dotfiles from common/ to dwm/ (Xresources, xinitrc,
picom, redshift, conky, flameshot, touchpad-indicator)
- Delete obsolete xdg-desktop-portal-gtk drop-in from common/
Diffstat (limited to 'dotfiles/dwm/.config/flameshot')
| -rw-r--r-- | dotfiles/dwm/.config/flameshot/flameshot.ini | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/dotfiles/dwm/.config/flameshot/flameshot.ini b/dotfiles/dwm/.config/flameshot/flameshot.ini new file mode 100644 index 0000000..8874b3b --- /dev/null +++ b/dotfiles/dwm/.config/flameshot/flameshot.ini @@ -0,0 +1,11 @@ +[General] +contrastOpacity=216 +copyOnDoubleClick=true +copyPathAfterSave=true +saveAfterCopy=true +saveAsFileExtension=jpg +savePath=/home/cjennings/pictures/screenshots +savePathFixed=true +showStartupLaunchMessage=false +uiColor=#2587e2 +useJpgForClipboard=true |
