I am hoping this foreshadows us seeing this blighter

If I remember correctly this is the same specimen climbing the outer wall of yellow, but maybe I'm just being schizo.

u/Tibia-Mariner — 10 days ago

Caps lock keeps turning itself on when moving between windows and I have to press it twice to turn it off

This only started happening today, sorry if this isn't a hyprland issue but I don't know what it might be.

u/Tibia-Mariner — 14 days ago

Does Chan's thermal vision mod still work? I'd like to use it but it doesn't seem to be functioning.

I chose white hot one with the optional monochrome patch and as you can see it isn't working.

u/Tibia-Mariner — 1 month ago

Is there any chance this works for the steam controller?

I use it for my google pixel and I am loath to get a wireless headset. Cheers.

u/Tibia-Mariner — 1 month ago

I'd like to use big picture, but the overlay is insanely laggy!

I'm on Endeavouros using hyprland, everything in big picture mode runs smooth as butter save for the overlay.

Any help is appreciated.

u/Tibia-Mariner — 2 months ago

MPD: Bad relative path

Hello! I use mpd & ncmpcpp, and today the browse tab has decided to stop working. It displays the error written in the title and remains blank, although curiously enough the playlist editor is ok and I can still load and play them.

I shall put my configs below.

mpd:

db_file            "~/.local/share/mpd/database"
log_file           "~/.local/share/mpd/log"
music_directory    "/home/tagilla/Music"
playlist_directory "~/.local/share/mpd/playlists"
pid_file           "~/.local/share/mpd/pid"
state_file         "~/.local/share/mpd/state"
sticker_file       "~/.local/share/mpd/sticker.sql"

auto_update "yes"

bind_to_address "[::]:6605"
bind_to_address "127.0.0.1"
bind_to_address "~/.local/share/mpd/mpd.sock"
restore_paused "yes"
max_output_buffer_size "16384"

audio_output {
  type "pulse"
  name "Pipewire Playback"
}

audio_output {
  type   "fifo"
  name   "Visualization"
  path   "/tmp/mpd.fifo"
  format "44100:16:2"
}

ncmpcpp:

mpd_music_dir = "/home/tagilla/Music"
ncmpcpp_directory = "/home/tagilla/.config/ncmpcpp"
visualizer_in_stereo = "yes"
visualizer_data_source = "/tmp/mpd.fifo"
visualizer_output_name = "my_fifo"
progressbar_look = "*|-"
#visualizer_sync_interval = "30"
 
visualizer_type = "spectrum"
#visualizer_type = "wave"
#visualizer_type = "wave_filled"
#visualizer_type = "ellipse"
 
#visualizer_look = "◆▋"
#visualizer_look = "+|"
visualizer_look = "●●"
 
message_delay_time = "3"
playlist_shorten_total_times = "yes"
playlist_display_mode = "columns"
browser_display_mode = "columns"
search_engine_display_mode = "columns"
playlist_editor_display_mode = "columns"
autocenter_mode = "yes"
centered_cursor = "yes"
user_interface = "alternative"
follow_now_playing_lyrics = "yes"
locked_screen_width_part = "60"
display_bitrate = "yes"
external_editor = "nvim"
use_console_editor = "yes"
header_window_color = "cyan"
volume_color = "red"
state_line_color = "yellow"
state_flags_color = "red"
progressbar_color = "yellow"
statusbar_color = "cyan"
visualizer_color = "red" #magenta #cyan #green #red #blue
 
mpd_host = "127.0.0.1"
mpd_port = "6605"
mouse_list_scroll_whole_page = "yes"
lines_scrolled = "1"
#ask_before_clearing_main_playlist = "yes"
enable_window_title = "yes"
song_columns_list_format = "(25)[cyan]{a} (40)[]{f} (30)[red]{b} (7f)[green]{l}"

Help is appreciated (:

reddit.com
u/Tibia-Mariner — 2 months ago