Watch
1
0
Fork
You've already forked dotfiles
0
dotfiles/.config/gnome-settings/misc.ini

486 lines
9.1 KiB
INI

# Various other settings
[org/freedesktop/tracker/miner/files]
# This is the `localsearch` indexing service
index-recursive-directories=['/home/user/Cloud']
index-single-directories=['&DOWNLOAD']
[org/gnome/desktop/a11y]
# Caret browsing for read-only text and GTK3 only
always-show-text-caret=false
# Show the "Universal Access" icon even when no feature is active
always-show-universal-access-status=false
[org/gnome/desktop/a11y/applications]
# Touchscreen keyboard
screen-keyboard-enabled=false
# Master switch for [org/gnome/desktop/a11y/magnifier] below
screen-magnifier-enabled=false
# Disable `orca`
screen-reader-enabled=false
[org/gnome/desktop/a11y/interface]
# Replace the GTK theme,
# overriding our "color-scheme" in [org/gnome/desktop/interface]
high-contrast=false
# Adds a glyph inside toggle switches, for color blindness
show-status-shapes=false
[org/gnome/desktop/a11y/keyboard]
enable=false
# Latch modifiers instead of holding them
stickykeys-enable=false
# Only accept keys held for "slowkeys-delay" ms
slowkeys-enable=false
# Ignore a repeat of the same key within bouncekeys-delay ms
bouncekeys-enable=false
# Move the pointer with the numeric keypad
# (Collides with "numlock-state" in [org/gnome/desktop/peripherals/keyboard])
mousekeys-enable=false
# Beep when Caps/Num/Scroll Lock are toggled
togglekeys-enable=false
# [org/gnome/desktop/a11y/magnifier]
# Inert because "screen-magnifier-enabled" above is false
[org/gnome/desktop/a11y/mouse]
# Click by resting the pointer for "dwell-time" seconds
dwell-click-enabled=false
# Hold the left button for "secondary-click-time" seconds to right-click
secondary-click-enabled=false
[org/gnome/desktop/app-folders]
folder-children=@as []
[org/gnome/desktop/background]
color-shading-type='solid'
# Keep "picture-uri"s in sync with [org/gnome/desktop/screensaver] below
picture-options='zoom'
picture-uri-dark='file:///home/user/.local/share/backgrounds/dark.jpg'
picture-uri='file:///home/user/.local/share/backgrounds/light.jpg'
primary-color='#054A55'
secondary-color='#054A55'
[org/gnome/desktop/break-reminders]
# We keep the settings below as defaults
# for when we re-enable the feature again
selected-breaks=@as []
[org/gnome/desktop/break-reminders/eyesight]
# The 20-20-20 rule: every 20 minutes, look away for 20 seconds
countdown=false
delay-seconds=uint32 180
duration-seconds=uint32 20
interval-seconds=uint32 1200
fade-screen=true
lock-screen=false
notify=true
notify-overdue=true
notify-upcoming=false
play-sound=true
[org/gnome/desktop/break-reminders/movement]
# Get up and move for 5 minutes every 30 minutes
countdown=false
delay-seconds=uint32 180
duration-seconds=uint32 300
interval-seconds=uint32 1800
fade-screen=true
lock-screen=false
notify=true
notify-overdue=true
notify-upcoming=true
play-sound=true
[org/gnome/desktop/calendar]
show-weekdate=true
[org/gnome/desktop/datetime]
automatic-timezone=true
[org/gnome/desktop/file-sharing]
require-password='always'
[org/gnome/desktop/input-sources]
per-window=false
sources=[('xkb', 'us')]
# "caps:ctrl_modifier"
# => Caps Lock becomes an additional Control for quicker access when typing
# "compose:ralt"
# => Right Alt can be used to Compose, e.g., Compose a " gives ä
# "lv3:menu_switch"
# => Menu becomes Right Alt, which we otherwise would not have
xkb-options=['caps:ctrl_modifier', 'compose:ralt', 'lv3:menu_switch']
[org/gnome/desktop/interface]
accent-color='teal'
clock-format='24h'
clock-show-date=true
clock-show-seconds=true
clock-show-weekday=true
color-scheme='prefer-dark'
document-font-name='Cantarell 11'
enable-animations=true
enable-hot-corners=false
font-antialiasing='grayscale'
font-hinting='slight'
font-name='Cantarell 11'
# gtk-im-module='gtk-im-context-simple'
# gtk-theme='Pop-dark'
# icon-theme='Pop'
monospace-font-name='FiraCode Nerd Font 11'
show-battery-percentage=true
toolkit-accessibility=false
[org/gnome/desktop/lockdown]
# Keep in sync with "user-switch-enabled" in [org/gnome/desktop/screensaver]
disable-user-switching=true
[org/gnome/desktop/media-handling]
automount=true
automount-open=false
autorun-never=true
autorun-x-content-ignore=@as []
autorun-x-content-open-folder=@as []
autorun-x-content-start-app=@as []
[org/gnome/desktop/peripherals/keyboard]
numlock-state=true
remember-numlock-state=true
[org/gnome/desktop/peripherals/mouse]
natural-scroll=false
[org/gnome/desktop/peripherals/touchpad]
send-events='enabled'
edge-scrolling-enabled=false
natural-scroll=true
two-finger-scrolling-enabled=true
tap-to-click=true
[org/gnome/desktop/privacy]
disable-camera=false
disable-microphone=false
disable-sound-output=false
hide-identity=true
old-files-age=uint32 7
recent-files-max-age=7
remember-app-usage=true
remember-recent-files=true
remove-old-temp-files=true
remove-old-trash-files=true
report-technical-problems=false
send-software-usage-stats=false
show-full-name-in-top-bar=false
[org/gnome/desktop/remote-desktop]
[org/gnome/desktop/remote-desktop/rdp]
enable=false
view-only=true
[org/gnome/desktop/remote-desktop/vnc]
enable=false
view-only=true
[org/gnome/desktop/screen-time-limits]
daily-limit-enabled=false
daily-limit-seconds=uint32 28800
grayscale=false
history-enabled=false
[org/gnome/desktop/screensaver]
color-shading-type='solid'
# Make the machine locked after suspend
lock-enabled=true
# Only applies to the idle path, and
# "Suspend" locks immediately, regardless of this delay
# => Together with the "idle-*" settings we follow a
# "Blank first, lock much later" strategy
lock-delay=uint32 7200
logout-enabled=true
# Keep "picture-uri" in sync with [org/gnome/desktop/background] above
picture-options='zoom'
picture-uri='file:///home/user/.local/share/backgrounds/dark.jpg'
primary-color='#000000000000'
secondary-color='#000000000000'
show-full-name-in-top-bar=false
status-message-enabled=false
# Keep in sync with "disable-user-switching" in [org/gnome/desktop/lockdown]
user-switch-enabled=false
[org/gnome/desktop/search-providers]
disable-external=false
# The disabled entries should also be the end of the sort-order
disabled=['org.gnome.Characters.desktop', 'org.gnome.clocks.desktop', 'org.gnome.seahorse.Application.desktop', 'org.gnome.Terminal.desktop']
sort-order=['org.gnome.Nautilus.desktop', 'org.gnome.Settings.desktop', 'org.gnome.Software.desktop', 'org.gnome.Calendar.desktop', 'org.gnome.Contacts.desktop', 'org.gnome.Characters.desktop', 'org.gnome.clocks.desktop', 'org.gnome.seahorse.Application.desktop', 'org.gnome.Terminal.desktop']
[org/gnome/desktop/session]
# Blank the screen after 10 minutes of idle time
# => Together with the other "idle-*" and the "lock-delay" settings
# we follow a "Blank first, lock much later" strategy
idle-delay=uint32 600
[org/gnome/desktop/sound]
allow-volume-above-100-percent=true
event-sounds=true
input-feedback-sounds=true
# [org/gnome/desktop/wm/keybindings]
# See ~/.config/gnome-settings/key-bindings.ini for the key bindings
[org/gnome/desktop/wm/preferences]
audible-bell=false
visual-bell=false
action-double-click-titlebar='toggle-maximize'
action-middle-click-titlebar='none'
action-right-click-titlebar='none'
mouse-button-modifier=''
# Right-drag resizes when true, and middle-drag when false
# (May only be enabled if "mouse-button-modifier" is set above)
resize-with-right-button=false
# Just show an "X" to close a window in the GUI
button-layout='close:'
focus-mode='click'
raise-on-click=true
# 'strict' would withhold focus from windows launched from a terminal
focus-new-windows='smart'
titlebar-font='Cantarell Bold 11'
num-workspaces=10
workspace-names=['1', '2', '3', '4', '5', '6', '7', '8', '9', '0']
[org/gnome/mutter]
dynamic-workspaces=false
# We use `forge` for tiling
edge-tiling=false
# Keep in sync with "overlay-key" under [org/gnome/shell/extensions/just-perfection]
overlay-key=''
workspaces-only-on-primary=true
# [org/gnome/mutter/keybindings]
# See ~/.config/gnome-settings/key-bindings.ini for the key bindings
[org/gnome/settings-daemon/plugins/color]
# We add some custom logic in ~/.local/bin/night-light-* scripts
# for more convenient management of the tool via keyboard bindings
night-light-enabled=true
# We use the live location to determine the schedule by default,
# and use ~/.local/bin/night-light-toggle-schedule to force "Night Light" on
night-light-schedule-automatic=true
# If automatic does not work, we fall back to something reasonable
night-light-schedule-from=18.0
night-light-schedule-to=6.0
night-light-temperature=uint32 2200
[org/gnome/settings-daemon/plugins/media-keys]
# See ~/.config/gnome-settings/key-bindings.ini for the key bindings
volume-step=10
[org/gnome/settings-daemon/plugins/power]
# Together with the "idle-delay" and "lock-delay" settings
# we follow a "Blank first, lock much later" strategy
idle-dim=true
idle-brightness=10
power-button-action='nothing'
power-saver-profile-on-low-battery=true
# 0 => "never"
sleep-inactive-ac-timeout=0
sleep-inactive-ac-type='nothing'
# 0 => "never"
sleep-inactive-battery-timeout=0
sleep-inactive-battery-type='nothing'
[org/gnome/system/location]
enabled=true
[system/locale]
region='en_US.UTF-8'
[system/proxy]
mode='none'