439 current 2024-04-21 15:27:32 24.05.20240421.a8a8401 6.8.6-zen1 *

This commit is contained in:
zackartz 2024-04-21 15:27:34 -04:00
parent b7c131da51
commit 0f0de93fc4
No known key found for this signature in database
GPG key ID: 5B53E53A9A514DBA
3 changed files with 5 additions and 3 deletions

View file

@ -5,6 +5,7 @@
"dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP" "dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP"
"pw-loopback -C \"alsa_input.pci-0000_0d_00.4.analog-stereo\" -P \"Scarlett Solo (3rd Gen.) Headphones / Line 1-2\"" "pw-loopback -C \"alsa_input.pci-0000_0d_00.4.analog-stereo\" -P \"Scarlett Solo (3rd Gen.) Headphones / Line 1-2\""
"sway-audio-idle-inhibit" "sway-audio-idle-inhibit"
"thunderbird"
]; ];
general = { general = {

View file

@ -36,6 +36,7 @@
"workspace special silent, title:^(Firefox Sharing Indicator)$" "workspace special silent, title:^(Firefox Sharing Indicator)$"
"workspace special silent, title:^(.*is sharing (your screen|a window)\.)$" "workspace special silent, title:^(.*is sharing (your screen|a window)\.)$"
"workspace 2, title:^(thunderbird)$"
"workspace 4, title:^(.*(Disc|WebC)ord.*)$" "workspace 4, title:^(.*(Disc|WebC)ord.*)$"
"workspace 2, class:^(firefox)$" "workspace 2, class:^(firefox)$"
]; ];

View file

@ -7,9 +7,9 @@
command_timeout = 1000; command_timeout = 1000;
scan_timeout = 3; scan_timeout = 3;
character = { character = {
error_symbol = "[󰊠](bold red)"; error_symbol = "[󰘧](bold red)";
success_symbol = "[󰊠](bold green)"; success_symbol = "[󰘧](bold green)";
vicmd_symbol = "[󰊠](bold yellow)"; vicmd_symbol = "[󰘧](bold yellow)";
format = "$symbol [|](bold bright-black) "; format = "$symbol [|](bold bright-black) ";
}; };
git_commit = {commit_hash_length = 7;}; git_commit = {commit_hash_length = 7;};