diff --git a/.config/btop/btop.conf b/.config/btop/btop.conf index 5c014e0..7756be9 100644 --- a/.config/btop/btop.conf +++ b/.config/btop/btop.conf @@ -72,7 +72,7 @@ proc_colors = True proc_gradient = True #* If process cpu usage should be of the core it's running on or usage of the total available cpu power. -proc_per_core = True +proc_per_core = False #* Show process memory as bytes instead of percent. proc_mem_bytes = True diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 9d99455..9e5f25d 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -25,7 +25,7 @@ render:explicit_sync = true $terminal = wezterm start --always-new-process -$fileManager = GTK_THEME=Adwaita:dark nautilus +$fileManager = cosmic-files $active_menu = rofi -show $menu = rofi -show drun -show-icons $menu_unsafe = mullvad-exclude rofi -show drun -show-icons @@ -56,7 +56,7 @@ bind = Shift, Print, exec, $screenshot_with_area_selector $tahinli_source = /var/lib/flatpak/exports/bin/io.github.ungoogled_software.ungoogled_chromium --app=https://source.tahinli.com --class=dev.heppen.webapps.Source3132 --name=dev.heppen.webapps.Source3132 --user-data-dir="/home/tahinli/.var/app/dev.heppen.webapps/data/quick-webapps/profiles/io.github.ungoogled_software.ungoogled_chromium/Source3132" $whatsapp = /var/lib/flatpak/exports/bin/app.zen_browser.zen --no-remote --class dev.heppen.webapps.WhatsApp5679 --name dev.heppen.webapps.WhatsApp5679 --profile "/home/tahinli/.var/app/dev.heppen.webapps/data/quick-webapps/profiles/app.zen_browser.zen/WhatsApp5679" --new-window https://web.whatsapp.com $discord = flatpak run dev.vencord.Vesktop -$youtube = flatpak run io.freetubeapp.FreeTube +$youtube = mullvad-exclude flatpak run io.freetubeapp.FreeTube $deezer = mullvad-exclude /var/lib/flatpak/exports/bin/io.github.ungoogled_software.ungoogled_chromium --app=https://deezer.com --class=dev.heppen.webapps.Deezer7429 --name=dev.heppen.webapps.Deezer7429 --user-data-dir="/home/tahinli/.var/app/dev.heppen.webapps/data/quick-webapps/profiles/io.github.ungoogled_software.ungoogled_chromium/Deezer7429" $mail = /var/lib/flatpak/exports/bin/app.zen_browser.zen --no-remote --class dev.heppen.webapps.Proton1470 --name dev.heppen.webapps.Proton1470 --profile "/home/tahinli/.var/app/dev.heppen.webapps/data/quick-webapps/profiles/app.zen_browser.zen/Proton1470" --new-window https://mail.proton.me diff --git a/.config/nvim/lua/plugins/mason-workaround.lua b/.config/nvim/lua/plugins/mason-workaround.lua new file mode 100644 index 0000000..554f251 --- /dev/null +++ b/.config/nvim/lua/plugins/mason-workaround.lua @@ -0,0 +1,4 @@ +return { + { "mason-org/mason.nvim", version = "^1.0.0" }, + { "mason-org/mason-lspconfig.nvim", version = "^1.0.0" }, +} diff --git a/.config/nvim/spell/en.utf-8.add b/.config/nvim/spell/en.utf-8.add index bf98761..f1c7af0 100644 --- a/.config/nvim/spell/en.utf-8.add +++ b/.config/nvim/spell/en.utf-8.add @@ -31,3 +31,9 @@ css WASM RTC Auth +ws +WebRTC +sdp +webrtc +Unmute +f32 diff --git a/.config/nvim/spell/en.utf-8.add.spl b/.config/nvim/spell/en.utf-8.add.spl index 7a31455..c48f5a9 100644 Binary files a/.config/nvim/spell/en.utf-8.add.spl and b/.config/nvim/spell/en.utf-8.add.spl differ