From 7b60a497ad5730b32c6664a41403b273456261ad Mon Sep 17 00:00:00 2001 From: Nikolaos Karaolidis Date: Sun, 27 Mar 2022 16:03:01 +0100 Subject: [PATCH] Proton alias & window rules --- .config/awesome/rules/init.lua | 12 ++++++++++++ .zshrc | 1 + 2 files changed, 13 insertions(+) diff --git a/.config/awesome/rules/init.lua b/.config/awesome/rules/init.lua index 62f0ad5..fd41cb9 100644 --- a/.config/awesome/rules/init.lua +++ b/.config/awesome/rules/init.lua @@ -21,6 +21,7 @@ awful.rules.rules = { instance = { }, class = { + "anbox", "Arandr", "Blueman-manager", "Tor Browser", @@ -74,5 +75,16 @@ awful.rules.rules = { requests_no_titlebar = true, focusable = false } + }, + -- Looking Glass always fullscreen + { + rule_any = { + name = { + "Looking Glass (client)" + }, + }, + properties = { + fullscreen = true + } } } \ No newline at end of file diff --git a/.zshrc b/.zshrc index 30a1142..1a83a0a 100644 --- a/.zshrc +++ b/.zshrc @@ -112,6 +112,7 @@ alias neo='neofetch' alias fetch='neofetch' alias tor='sudo /usr/bin/tor' alias ssh='TERM=xterm-256color ssh' +alias proton-call-ge='proton-call -c /usr/share/steam/compatibilitytools.d/proton-ge-custom -r' # To customize prompt, run `p10k configure` or edit ~/.p10k.zsh. [[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh