feat: fuck hyprland until they fix their shit

This commit is contained in:
Nick 2025-02-01 19:13:39 -06:00
parent 2c2c38225a
commit a4afc18937
13 changed files with 337 additions and 98 deletions

View file

@ -8,4 +8,28 @@
feishin
;
};
xdg.configFile."feishin.config.json".text = ''
{
"window_has_frame": true,
"bounds": {
"x": 0,
"y": 0,
"width": 2560,
"height": 1080
},
"maximized": true,
"fullscreen": false,
"theme": "system",
"resume": true,
"lyrics": [
"Genius",
"lrclib.net",
"NetEase"
],
"window_window_bar_style": "linux",
"window_minimize_to_tray": false,
"window_enable_tray": false,
"window_start_minimized": false,
"window_exit_to_tray": false
}'';
}