From 22f590c7858fd281e1685f38ad90e8caaf83dbf2 Mon Sep 17 00:00:00 2001 From: Ahmad Ansori Palembani Date: Wed, 24 Apr 2024 11:14:35 +0700 Subject: [PATCH] chore: Sync --- .config/discordcanary/settings.json | 21 +++++++++++++++++++-- .config/hypr/hyprland.conf | 2 +- .gitignore | 2 ++ 3 files changed, 22 insertions(+), 3 deletions(-) diff --git a/.config/discordcanary/settings.json b/.config/discordcanary/settings.json index da8bd37..5f2d041 100644 --- a/.config/discordcanary/settings.json +++ b/.config/discordcanary/settings.json @@ -1,3 +1,20 @@ { - "SKIP_HOST_UPDATE": true -} + "SKIP_HOST_UPDATE": true, + "IS_MAXIMIZED": false, + "IS_MINIMIZED": false, + "WINDOW_BOUNDS": { + "x": 0, + "y": 28, + "width": 1366, + "height": 740 + }, + "DANGEROUS_ENABLE_DEVTOOLS_ONLY_ENABLE_IF_YOU_KNOW_WHAT_YOURE_DOING": true, + "MIN_WIDTH": 940, + "MIN_HEIGHT": 500, + "chromiumSwitches": {}, + "openasar": { + "setup": true, + "css": "@import url(\"https://luckfire.github.io/amoled-cord/src/amoled-cord.css\")" + }, + "trayBalloonShown": true +} \ No newline at end of file diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 2d359eb..4fb3206 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -11,7 +11,7 @@ exec-once = xsettingsd & #exec-once = mpvpaper -vs -o "no-audio loop" VGA-1 /home/ziro/my\ Files/Wallpaper/HoloLive/Torii\ Gate/Torii\ Gate.webm & exec-once = swww query || sleep 1; swww init --format xrgb && swww img -t none $HOME/Wallpaper/HoloLive/Torii\ Gate/Torii\ Gate.gif -monitor=,preferred,auto,auto +monitor=,preferred,auto,1 # For all categories, see https://wiki.hyprland.org/Configuring/Variables/ input { diff --git a/.gitignore b/.gitignore index d0084f8..e14dfc5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ +.config/discordcanary +!.config/discordcanary/settings.json .config/zsh/ !.config/zsh/.zprofile !.config/zsh/.zshenv