From ca2da57aa3ace3977f5647a83bf04fc99b461914 Mon Sep 17 00:00:00 2001 From: coolnsx Date: Wed, 21 Feb 2024 14:20:53 +0530 Subject: [PATCH] Does this work --- .gitignore | 1 + MangoHud/MangoHud.conf | 4 ++-- code-flags.conf | 2 ++ hypr/hyprland.conf | 6 +++--- nvim/lazy-lock.json | 2 +- pcmanfm/default/pcmanfm.conf | 2 +- zsh/zshrc | 2 +- 7 files changed, 11 insertions(+), 8 deletions(-) create mode 100644 code-flags.conf diff --git a/.gitignore b/.gitignore index 338ee99..5390509 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,4 @@ libvirt libreoffice epdfview btop +xpra diff --git a/MangoHud/MangoHud.conf b/MangoHud/MangoHud.conf index 2fe9fe5..ef29a01 100644 --- a/MangoHud/MangoHud.conf +++ b/MangoHud/MangoHud.conf @@ -11,12 +11,12 @@ font_size=20 text_color=FFFFFF position=top-left table_columns=4 -gpu_text=GTX 1050 +gpu_text=780M gpu_stats gpu_core_clock gpu_mem_clock gpu_temp -cpu_text=i5 8300H +cpu_text=r7 7840U cpu_stats cpu_mhz diff --git a/code-flags.conf b/code-flags.conf new file mode 100644 index 0000000..612fc17 --- /dev/null +++ b/code-flags.conf @@ -0,0 +1,2 @@ +--enable-features=WaylandWindowDecorations +--ozone-platform-hint=auto diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index fbe0b86..2085383 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -1,5 +1,5 @@ # See https://wiki.hyprland.org/Configuring/Monitors/ -monitor=,highrr,auto,1 +monitor=,highrr,auto,1.6 $hypr_dir="$HOME/.config/hypr" $accent=00D8CE @@ -175,8 +175,8 @@ windowrulev2=workspace 4,class:^(Google-chrome)$ windowrulev2=workspace 3,class:^(mpv)$ windowrulev2=workspace 3,class:^([c|C]ode) windowrulev2=workspace 4,class:^(pavucontrol)$ -#windowrulev2=workspace 4,class:^(org.freedesktop.Xwayland)$ -#windowrulev2=fullscreen,class:^(org.freedesktop.Xwayland)$ +windowrulev2=workspace 4,class:^(org.freedesktop.Xwayland)$ +windowrulev2=fullscreen,class:^(org.freedesktop.Xwayland)$ windowrulev2=workspace 4,class:^(virt-manager)$ windowrulev2 = bordercolor rgba(D81860FF), xwayland: 1 diff --git a/nvim/lazy-lock.json b/nvim/lazy-lock.json index 1dcd075..ffa37fd 100644 --- a/nvim/lazy-lock.json +++ b/nvim/lazy-lock.json @@ -7,7 +7,7 @@ "cmp-path": { "branch": "main", "commit": "91ff86cd9c29299a64f968ebb45846c485725f23" }, "cmp_luasnip": { "branch": "master", "commit": "05a9ab28b53f71d1aece421ef32fee2cb857a843" }, "friendly-snippets": { "branch": "main", "commit": "b8fae73a479ae0a1c54f5c98fa687ae8a0addc53" }, - "lazy.nvim": { "branch": "main", "commit": "aedcd79811d491b60d0a6577a9c1701063c2a609" }, + "lazy.nvim": { "branch": "main", "commit": "28126922c9b54e35a192ac415788f202c3944c9f" }, "lualine.nvim": { "branch": "master", "commit": "7d131a8d3ba5016229e8a1d08bf8782acea98852" }, "mason-lspconfig.nvim": { "branch": "main", "commit": "0954d7730e749d606ddf8d7ae8846848be435d53" }, "mason.nvim": { "branch": "main", "commit": "c43eeb5614a09dc17c03a7fb49de2e05de203924" }, diff --git a/pcmanfm/default/pcmanfm.conf b/pcmanfm/default/pcmanfm.conf index 13dfb3f..1db9f48 100644 --- a/pcmanfm/default/pcmanfm.conf +++ b/pcmanfm/default/pcmanfm.conf @@ -16,7 +16,7 @@ max_tab_chars=32 win_width=948 win_height=1066 maximized=1 -splitter_pos=239 +splitter_pos=206 media_in_new_tab=0 desktop_folder_new_win=0 change_tab_on_drop=1 diff --git a/zsh/zshrc b/zsh/zshrc index ce35646..1826347 100644 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -126,7 +126,7 @@ help() { addpkg() { [ -z "$*" ] && printf "\033[1;31mPlease write the name of package (just some words)..\033[0m" && return 1 - paru -Ss "$*" | sed -nE 's|^([a-z]*)/([^ ]*).*|[\1] \2|p' | fzf --layout=reverse --border --preview 'paru -Si $(echo {} | cut -d" " -f2) | bat --language=yaml --color=always -pp' --preview-window right:65%:wrap -m | cut -d' ' -f2- | paru -S - + paru -Ss "$*" | sed -nE 's|^([a-z]*)/([^ ]*).*|[\1] \2|p' | fzf --layout=reverse --border -1 --preview 'paru -Si $(echo {} | cut -d" " -f2) | bat --language=yaml --color=always -pp' --preview-window right:65%:wrap -m | cut -d' ' -f2- | paru -S - } rmpkg() {