Skip to content
This repository has been archived by the owner on Feb 19, 2024. It is now read-only.

Commit

Permalink
fix: turn off hotcorners and set 4 desktops (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
castrojo authored Mar 16, 2023
1 parent 82f7a33 commit 549fdd5
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions etc/dconf/db/local.d/01-ublue
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ primary-color='000000'
secondary-color='FFFFFF'

[org/gnome/desktop/interface]
enable-hot-corners="false"
enable-hot-corners=false
clock-show-weekday=true
cursor-theme="Yaru"
icon-theme="Yaru"
gtk-theme="Yaru"
Expand All @@ -19,19 +20,19 @@ document-font-name="Ubuntu 12"
monospace-font-name="Ubuntu Mono 18"

[org/gnome/desktop/sound]
allow-volume-above-100-percent="true"
allow-volume-above-100-percent=true
theme-name="Yaru"

[org/gnome/desktop/wm/preferences]
button-layout=":minimize,maximize,close"
num-workspaces="4"
num-workspaces='4'
title-bar-font="Ubuntu Bold 12"

[org/gnome/shell/extensions/dash-to-dock]
dock-fixed="true"
force-straight-corner="false"
custom-theme-shring="true"
disable-overview-on-startup="true"
dock-fixed=true
force-straight-corner=false
custom-theme-shring=true
disable-overview-on-startup=true
transparency-mode='DYNAMIC'

[org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0]
Expand All @@ -45,9 +46,9 @@ command='flatpak run com.raggesilver.BlackBox'
name='blackbox'

[org/gnome/software]
allow-updates="false"
download-updates="false"
download-updates-notify="false"
allow-updates=false
download-updates=false
download-updates-notify=false

[org/gnome/settings-daemon/plugins/media-keys]
custom-keybindings=['/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0/', '/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom1/']
Expand All @@ -57,7 +58,7 @@ command-as-login-shell=true
use-custom-command=true
custom-shell-command='distrobox enter ubuntu'
theme-dark="Yaru"
style-preference=1
style-preference=2
font="Ubuntu Mono 16"
window-width=975
window-height=650

0 comments on commit 549fdd5

Please sign in to comment.