Proton alias & window rules

This commit is contained in:
2022-03-27 16:03:01 +01:00
parent 13a80f3fc7
commit 006d619744
2 changed files with 13 additions and 0 deletions

View File

@@ -21,6 +21,7 @@ awful.rules.rules = {
instance = { instance = {
}, },
class = { class = {
"anbox",
"Arandr", "Arandr",
"Blueman-manager", "Blueman-manager",
"Tor Browser", "Tor Browser",
@@ -74,5 +75,16 @@ awful.rules.rules = {
requests_no_titlebar = true, requests_no_titlebar = true,
focusable = false focusable = false
} }
},
-- Looking Glass always fullscreen
{
rule_any = {
name = {
"Looking Glass (client)"
},
},
properties = {
fullscreen = true
}
} }
} }

1
.zshrc
View File

@@ -112,6 +112,7 @@ alias neo='neofetch'
alias fetch='neofetch' alias fetch='neofetch'
alias tor='sudo /usr/bin/tor' alias tor='sudo /usr/bin/tor'
alias ssh='TERM=xterm-256color ssh' 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. # To customize prompt, run `p10k configure` or edit ~/.p10k.zsh.
[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh [[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh