change to pcmanfm and try to make blishHUD work with picom

This commit is contained in:
Lucas Barbieri 2024-06-17 20:17:04 -03:00
parent 5b0ca85928
commit 564c7bdf37
2 changed files with 7 additions and 3 deletions

View File

@ -48,6 +48,7 @@
(window_class: "Steam", spawn_on_tag: 8), (window_class: "Steam", spawn_on_tag: 8),
(window_class: "TeamSpeak 3", spawn_on_tag: 6), (window_class: "TeamSpeak 3", spawn_on_tag: 6),
(window_class: "Thunar", spawn_floating: true), (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:".*QownNotes.*", spawn_on_tag: 3),
(window_class: "QOwnNotes", window_title: "Settings", spawn_floating: true), (window_class: "QOwnNotes", window_title: "Settings", spawn_floating: true),
(window_class: "Virt-manager", spawn_on_tag: 10), (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_title: "Wuthering Waves ", window_class: "^client.*.exe$", spawn_on_tag: 9),
(window_class: "steam_app_1267910", spawn_on_tag: 10), (window_class: "steam_app_1267910", spawn_on_tag: 10),
(window_class: "Melvor Idle", 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_current_tag_swap: false,
disable_tile_drag: false, disable_tile_drag: false,
@ -159,13 +161,14 @@
(command: ToggleFullScreen, modifier: ["modkey"], key: "f"), (command: ToggleFullScreen, modifier: ["modkey"], key: "f"),
// apps // apps
(command: Execute, value: "~/.local/bin/print-fullscreen.sh", modifier: [], key: "Print"), (command: Execute, value: "flameshot full", modifier: [], key: "Print"),
(command: Execute, value: "~/.local/bin/print-select.sh", modifier: ["Shift"], 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-tmp.sh", modifier: ["Control", "Shift"], key: "Print"),
(command: Execute, value: "~/.local/bin/print-window.sh", modifier: ["Control"], 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: "firefox", modifier: ["modkey"], key: "b"),
(command: Execute, value: "steam --noverifyfiles -cef-enable-debugging", modifier: ["modkey", "Shift"], key: "s"), (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: "~/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: "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"), // (command: Execute, value: "xdotool type \n", modifier: ["Shift"], key:"question"),

View File

@ -258,6 +258,7 @@ blur-background-exclude = [
"class_g = 'Ulauncher'", "class_g = 'Ulauncher'",
"class_g = 'Polybar'", "class_g = 'Polybar'",
"class_g = 'Burrito'", "class_g = 'Burrito'",
"class_g = 'steam_app_1284210'",
# #
# prevents picom from blurring the background # prevents picom from blurring the background
# when taking selection screenshot with `main` # when taking selection screenshot with `main`