Proton alias & window rules
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
1
.zshrc
1
.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
|
||||
|
Reference in New Issue
Block a user