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] [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] [org/gnome/gedit]
@ -287,11 +303,12 @@ confirm-close=false
[org/gnome/terminal/legacy/profiles:] [org/gnome/terminal/legacy/profiles:]
default='b1dcc9dd-5262-4d8d-a863-c897e6d979b9' # Dummy value
list=['b1dcc9dd-5262-4d8d-a863-c897e6d979b9'] 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' visible-name='Default Profile'
@ -308,6 +325,9 @@ foreground-color='rgb(222,237,241)'
bold-is-bright=true bold-is-bright=true
use-system-font=false
font='FiraCode Nerd Font 11'
[org/gnome/TextEditor] [org/gnome/TextEditor]
@ -340,6 +360,12 @@ restore-session=false
[org/gnome/Totem]
subtitle-font='Adwaita Sans Bold 20'
[org/gnome/tweaks] [org/gnome/tweaks]
show-extensions-notice=false show-extensions-notice=false

View file

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

View file

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