mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-16 14:16:16 -06:00
Set quiet in w3m profile (#3444)
w3m is a text-based web browser as well as a pager like `more' or `less'. With w3m you can browse web pages through a terminal emulator window (xterm, rxvt or something like that). As it outputs I suppose setting quiet in its profile is appropriate.
This commit is contained in:
parent
d1dd36355a
commit
378d0e613a
1 changed files with 1 additions and 0 deletions
|
|
@ -1,6 +1,7 @@
|
|||
# Firejail profile for w3m
|
||||
# Description: WWW browsable pager with excellent tables/frames support
|
||||
# This file is overwritten after every install/update
|
||||
quiet
|
||||
# Persistent local customizations
|
||||
include w3m.local
|
||||
# Persistent global definitions
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue