Watch
1
0
Fork
You've already forked dotfiles
0

tmp gnome

This commit is contained in:
Alexander Hess 2026-08-14 20:07:08 +02:00
commit cbb1861b25
Signed by: alexander
GPG key ID: B46EDB4DFC26805D
4 changed files with 69 additions and 34 deletions

View file

@ -23,6 +23,13 @@ saved-view='/'
[org/freedesktop/ibus/panel]
use-custom-font=true
custom-font='Adwaita Sans 11'
[org/gnome/baobab]
@ -157,6 +164,15 @@ zoom=1.0
[org/gnome/evolution/mail]
use-custom-font=true
monospace-font='FiraCode Nerd Font 12'
variable-width-font='Adwaita Sans 12'
[org/gnome/gedit]
@ -287,11 +303,12 @@ confirm-close=false
[org/gnome/terminal/legacy/profiles:]
default='b1dcc9dd-5262-4d8d-a863-c897e6d979b9'
list=['b1dcc9dd-5262-4d8d-a863-c897e6d979b9']
# Dummy value
default='12345678-1234-5678-9000-123456789000'
list=['12345678-1234-5678-9000-123456789000']
[org/gnome/terminal/legacy/profiles:/:b1dcc9dd-5262-4d8d-a863-c897e6d979b9]
[org/gnome/terminal/legacy/profiles:/:12345678-1234-5678-9000-123456789000]
visible-name='Default Profile'
@ -308,6 +325,9 @@ foreground-color='rgb(222,237,241)'
bold-is-bright=true
use-system-font=false
font='FiraCode Nerd Font 11'
[org/gnome/TextEditor]
@ -340,6 +360,12 @@ restore-session=false
[org/gnome/Totem]
subtitle-font='Adwaita Sans Bold 20'
[org/gnome/tweaks]
show-extensions-notice=false

View file

@ -85,8 +85,8 @@ switch-to-workspace-last=@as []
switch-to-workspace-up=@as []
switch-to-workspace-down=@as []
switch-to-workspace-left=['<Super>comma']
# In [org/freedesktop/ibus/panel/emoji], "hotkey" must be "@as []"
# to turn GNOME's Emoji picker off, which also uses <Super>period
# In [org/freedesktop/ibus/panel/emoji], "hotkey"
# must be changed from its default, which is also <Super>period
switch-to-workspace-right=['<Super>period']
# The following could also be populated automatically
@ -177,8 +177,8 @@ eject=@as []
next=['<Control><Alt>Right']
previous=['<Control><Alt>Left']
playback-forward=['<Control><Alt>period']
playback-rewind=['<Control><Alt>comma']
playback-forward=['<Control><Alt>bracketright']
playback-rewind=['<Control><Alt>bracketleft']
playback-random=@as []
playback-repeat=@as []
@ -482,4 +482,4 @@ zoom-out='<Control>minus'
# To avoid conflict with "switch-to-workspace-right" in [org/gnome/desktop/wm/keybindings]
[org/freedesktop/ibus/panel/emoji]
hotkey=@as []
hotkey=['<Control><Alt>period']

View file

@ -191,32 +191,35 @@ clock-show-weekday=true
# Options are:
# - "default"
# Basically a light theme
# where some of the shell chrome remains dark (e.g., the top bar)
# + Basically a light theme
# + Some of the shell chrome remains dark (e.g., the top bar)
# + Selectable in the `gnome-control-center`
# - "prefer-dark"
# Official dark theme,
# selectable in the `gnome-control-center`
# + Official dark theme
# + Selectable in the `gnome-control-center`
# - "prefer-light"
# Unofficial light theme,
# not selectable in the `gnome-control-center`,
# but usable via the "Dark Style" toggle in the quick settings menu
# with the "Light Style" extension
# + Unofficial light theme
# + Not selectable in the `gnome-control-center`
# + Usable via the "Dark Style" toggle in the quick settings menu
# only with the "Light Style" extension
color-scheme='prefer-light'
# document-font-name='Cantarell 11'
font-name='Adwaita Sans 11'
document-font-name='Adwaita Sans 11'
monospace-font-name='FiraCode Nerd Font 11'
font-antialiasing='grayscale'
font-hinting='slight'
enable-animations=true
enable-hot-corners=false
font-antialiasing='grayscale'
font-hinting='slight'
# font-name='Cantarell 11'
# `ibus` is needed for Unicode/emoji input (e.g., Ctrl+Shift+u), but
# we leave it to auto-detection in case the system does not support it
# gtk-im-module='ibus'
# gtk-im-module='gtk-im-context-simple'
# gtk-theme='Pop-dark'
# icon-theme='Pop'
monospace-font-name='FiraCode Nerd Font 11'
gtk-theme='Adwaita'
icon-theme='Adwaita'
show-battery-percentage=true
@ -407,7 +410,8 @@ raise-on-click=true
# 'strict' would withhold focus from windows launched from a terminal
focus-new-windows='smart'
# titlebar-font='Cantarell Bold 11'
titlebar-uses-system-font=false
titlebar-font='Adwaita Sans Bold 11'
num-workspaces=10
workspace-names=['1', '2', '3', '4', '5', '6', '7', '8', '9', '0']

View file

@ -237,10 +237,23 @@ theme=false
# [org/gnome/shell/extensions/light-style]
# This extension does not have any settings
# [org/gnome/shell/extensions/nightthemeswitcher]
# This extension is not in use any more and its config kept as archive
# [org/gnome/shell/extensions/nightthemeswitcher/time]
# manual-schedule=true
# sunrise=6.0
# sunset=18.0
# [org/gnome/shell/extensions/nightthemeswitcher/cursor-variants]
# enabled=false
@ -261,14 +274,6 @@ theme=false
# enabled=false
# [org/gnome/shell/extensions/nightthemeswitcher/time]
# manual-schedule=true
# sunrise=6.0
# sunset=18.0
# See ~/.config/gnome-settings/key-bindings.ini for the key bindings
# nightthemeswitcher-ondemand-keybinding=['<Control><Alt>d']