small pixel drawing of a pufferfish dotfiles

*
Jes Olson j3s@c3f.net
Thu, 14 Aug 2025 17:22:10 -0500
commit

fb08f70eb972d2218a0071687216702459b6b698

parent

4fd6e757a9926980aa7e57b96902b42cd7893d95

M .config/chromium-flags.conf.config/chromium-flags.conf

@@ -1,5 +1,1 @@

---ozone-platform-hint=wayland ---ignore-gpu-blocklist ---enable-gpu-rasterization ---enable-zero-copy ---enable-features=VaapiVideoDecoder +--enable-features=WebRTCPipeWireCapturer
A .config/i3bar-river/config.toml

@@ -0,0 +1,1 @@

+command = "statusbar"
M .config/kanshi/config.config/kanshi/config

@@ -9,6 +9,11 @@ }

profile { output eDP-1 disable + output "Dell Inc. DELL U2415 CFV9N7644CRS" enable mode 1920x1080@60 +} + +profile { + output eDP-1 disable output "ViewSonic Corporation XG2702 SERIES 0x00000101" enable mode 1920x1080@120 }
M .config/niri/config.kdl.config/niri/config.kdl

@@ -214,6 +214,9 @@ // Add lines like this to spawn processes at startup.

// Note that running niri as a session supports xdg-desktop-autostart, // which may be more convenient to use. // spawn-at-startup "alacritty" "-e" "fish" +spawn-at-startup "firefox" +spawn-at-startup "xwayland-satellite" +spawn-at-startup "i3bar-river" // You can override environment variables for processes spawned by niri. environment {
M .config/sway/config.config/sway/config

@@ -184,5 +184,7 @@ binding_mode $base00 $base0A $base00

} } +exec dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP=sway + include /etc/sway/config.d/* include ~/.config/sway/`hostname`
M .profile.profile

@@ -7,6 +7,7 @@

## https://wiki.archlinux.org/title/Firefox#Applications_on_Wayland_can_not_launch_Firefox export MOZ_DBUS_REMOTE=1 export XDG_CURRENT_DESKTOP=sway +export XDG_SESSION_DESKTOP=sway ## # this apparently makes java windows not suck