added nautilus setup script
This commit is contained in:
parent
e9396c5a2d
commit
741f320eca
2 changed files with 21 additions and 1 deletions
|
@ -2,10 +2,14 @@
|
|||
default-folder-viewer='icon-view'
|
||||
search-filter-time-type='last_modified'
|
||||
search-view='list-view'
|
||||
show-create-link=true
|
||||
show-hidden-files=true
|
||||
|
||||
[org/gnome/nautilus/compression]
|
||||
default-compression-format='zip'
|
||||
|
||||
[org/gnome/nautilus/icon-view]
|
||||
default-zoom-level='small'
|
||||
|
||||
[org/gnome/nautilus/list-view]
|
||||
default-zoom-level='small'
|
||||
default-zoom-level='larger'
|
||||
|
|
16
src/setup/apps/nautilus.py
Normal file
16
src/setup/apps/nautilus.py
Normal file
|
@ -0,0 +1,16 @@
|
|||
from src.util import paru_install, load_dconf
|
||||
|
||||
name = "Nautilus"
|
||||
|
||||
|
||||
def setup():
|
||||
"""File viewer for GNOME"""
|
||||
|
||||
paru_install(
|
||||
[
|
||||
"nautilus",
|
||||
"nautilus-open-any-terminal", # allow nautilus to use alacrittty terminal
|
||||
]
|
||||
)
|
||||
|
||||
load_dconf("nautilus.conf")
|
Loading…
Add table
Add a link
Reference in a new issue