From 564c7bdf371fad9382fa1bd84fdb501aacf0e0a6 Mon Sep 17 00:00:00 2001 From: Lucas Barbieri Date: Mon, 17 Jun 2024 20:17:04 -0300 Subject: [PATCH] change to pcmanfm and try to make blishHUD work with picom --- desktop/configs/leftwm/.config/leftwm/config.ron | 9 ++++++--- desktop/configs/picom/.config/picom/picom.conf | 1 + 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/desktop/configs/leftwm/.config/leftwm/config.ron b/desktop/configs/leftwm/.config/leftwm/config.ron index 78ac03f..0bd15de 100644 --- a/desktop/configs/leftwm/.config/leftwm/config.ron +++ b/desktop/configs/leftwm/.config/leftwm/config.ron @@ -48,6 +48,7 @@ (window_class: "Steam", spawn_on_tag: 8), (window_class: "TeamSpeak 3", spawn_on_tag: 6), (window_class: "Thunar", spawn_floating: true), + (window_class: "Pcmanfm", spawn_floating: true), (window_class: "QOwnNotes", window_title:".*QownNotes.*", spawn_on_tag: 3), (window_class: "QOwnNotes", window_title: "Settings", spawn_floating: true), (window_class: "Virt-manager", spawn_on_tag: 10), @@ -91,6 +92,7 @@ (window_title: "Wuthering Waves ", window_class: "^client.*.exe$", spawn_on_tag: 9), (window_class: "steam_app_1267910", spawn_on_tag: 10), (window_class: "Melvor Idle", spawn_on_tag: 10), + (window_class: "^(Blish Hud)$", spawn_floating: true, spawn_on_tag: 9), ], disable_current_tag_swap: false, disable_tile_drag: false, @@ -159,13 +161,14 @@ (command: ToggleFullScreen, modifier: ["modkey"], key: "f"), // apps - (command: Execute, value: "~/.local/bin/print-fullscreen.sh", modifier: [], key: "Print"), - (command: Execute, value: "~/.local/bin/print-select.sh", modifier: ["Shift"], key: "Print"), + (command: Execute, value: "flameshot full", modifier: [], key: "Print"), + (command: Execute, value: "flameshot gui", modifier: ["Shift"], key: "Print"), (command: Execute, value: "~/.local/bin/print-tmp.sh", modifier: ["Control", "Shift"], key: "Print"), (command: Execute, value: "~/.local/bin/print-window.sh", modifier: ["Control"], key: "Print"), + (command: Execute, value: "flameshot screen", modifier: ["Control", "Alt"], key: "Print"), (command: Execute, value: "firefox", modifier: ["modkey"], key: "b"), (command: Execute, value: "steam --noverifyfiles -cef-enable-debugging", modifier: ["modkey", "Shift"], key: "s"), - (command: Execute, value: "thunar", modifier: ["modkey"], key: "e"), + (command: Execute, value: "pcmanfm", modifier: ["modkey"], key: "e"), (command: Execute, value: "~/scripts/macro.sh", modifier: ["Control", "Shift"], key: "m"), (command: Execute, value: "flatpak run --env=XL_SECRET_PROVIDER=file dev.goats.xivlauncher", modifier: ["modkey", "Alt"], key: "x"), // (command: Execute, value: "xdotool type ?\n", modifier: ["Shift"], key:"question"), diff --git a/desktop/configs/picom/.config/picom/picom.conf b/desktop/configs/picom/.config/picom/picom.conf index caca23b..064d791 100644 --- a/desktop/configs/picom/.config/picom/picom.conf +++ b/desktop/configs/picom/.config/picom/picom.conf @@ -258,6 +258,7 @@ blur-background-exclude = [ "class_g = 'Ulauncher'", "class_g = 'Polybar'", "class_g = 'Burrito'", + "class_g = 'steam_app_1284210'", # # prevents picom from blurring the background # when taking selection screenshot with `main`