Improve cinnamon
This commit is contained in:
parent
5bb4ab50fe
commit
5afa869f29
@ -0,0 +1,15 @@
|
|||||||
|
<?xml version="1.0" ?>
|
||||||
|
<!DOCTYPE Menu
|
||||||
|
PUBLIC '-//freedesktop//DTD Menu 1.0//EN'
|
||||||
|
'http://standards.freedesktop.org/menu-spec/menu-1.0.dtd'>
|
||||||
|
<Menu>
|
||||||
|
<Name>Applications</Name>
|
||||||
|
<MergeFile type="parent">/etc/xdg/menus/cinnamon-applications.menu</MergeFile>
|
||||||
|
<Menu>
|
||||||
|
<Name>Development</Name>
|
||||||
|
<Exclude>
|
||||||
|
<Filename>sublime_merge.desktop</Filename>
|
||||||
|
</Exclude>
|
||||||
|
<AppDir>/home/user/.local/share/applications</AppDir>
|
||||||
|
</Menu>
|
||||||
|
</Menu>
|
@ -1,5 +1,5 @@
|
|||||||
[Default Applications]
|
[Default Applications]
|
||||||
image/png=org.gnome.eog.desktop
|
image/png=org.gnome.eog.desktop
|
||||||
image/jpeg=org.gnome.eog.desktop
|
image/jpeg=org.gnome.eog.desktop
|
||||||
image/gif=org.gnome.eog.desktop;
|
image/gif=org.gnome.eog.desktop
|
||||||
text/plain=org.xfce.mousepad.desktop
|
text/plain=mousepad.desktop
|
||||||
|
@ -16,5 +16,10 @@ fi
|
|||||||
git config --global user.name $(id -un)
|
git config --global user.name $(id -un)
|
||||||
git config --global user.email .
|
git config --global user.email .
|
||||||
|
|
||||||
dconf load / < /usr/local/share/preferences.dconf
|
if [ ! $(dconf read /import) ]
|
||||||
|
then
|
||||||
|
echo "Import"
|
||||||
|
dconf load / < /usr/local/share/preferences.dconf
|
||||||
|
dconf write /import true
|
||||||
|
fi
|
||||||
|
|
||||||
|
@ -1,3 +1,50 @@
|
|||||||
|
[apps/light-locker]
|
||||||
|
lock-after-screensaver="uint32 0"
|
||||||
|
|
||||||
|
[org/cinnamon]
|
||||||
|
enabled-applets=['panel1:left:0:menu@cinnamon.org:0', 'panel1:left:1:show-desktop@cinnamon.org:1', 'panel1:right:1:systray@cinnamon.org:3', 'panel1:right:2:xapp-status@cinnamon.org:4', 'panel1:right:3:notifications@cinnamon.org:5', 'panel1:right:4:printers@cinnamon.org:6', 'panel1:right:5:removable-drives@cinnamon.org:7', 'panel1:right:6:keyboard@cinnamon.org:8', 'panel1:right:7:favorites@cinnamon.org:9', 'panel1:right:8:network@cinnamon.org:10', 'panel1:right:9:sound@cinnamon.org:11', 'panel1:right:10:power@cinnamon.org:12', 'panel1:right:11:calendar@cinnamon.org:13', 'panel1:left:2:window-list@cinnamon.org:14']
|
||||||
|
favorite-apps=['chromium.desktop', 'firefox-esr.desktop', 'cinnamon-settings.desktop', 'org.gnome.Terminal.desktop', 'nemo.desktop']
|
||||||
|
next-applet-id=15
|
||||||
|
panel-edit-mode=false
|
||||||
|
|
||||||
|
[org/cinnamon/desktop/background]
|
||||||
|
picture-options='none'
|
||||||
|
picture-uri="'file:///usr/share/desktop-base/softwaves-theme/wallpaper/gnome-background.xml'"
|
||||||
|
|
||||||
|
[org/cinnamon/desktop/interface]
|
||||||
|
gtk-theme='Adwaita-dark'
|
||||||
|
|
||||||
|
[org/cinnamon/desktop/keybindings]
|
||||||
|
custom-list=['__dummy__', 'custom0', 'custom1']
|
||||||
|
looking-glass-keybinding=@as []
|
||||||
|
|
||||||
|
[org/cinnamon/desktop/keybindings/custom-keybindings/custom0]
|
||||||
|
binding=['<Primary><Alt>l']
|
||||||
|
command='xtrlock'
|
||||||
|
name='xtrlock'
|
||||||
|
|
||||||
|
[org/cinnamon/desktop/keybindings/custom-keybindings/custom1]
|
||||||
|
binding=['<Super>Print']
|
||||||
|
command='normcap'
|
||||||
|
name='normcap'
|
||||||
|
|
||||||
|
[org/cinnamon/desktop/keybindings/media-keys]
|
||||||
|
screensaver=['XF86ScreenSaver']
|
||||||
|
terminal=['<Primary><Alt>t', '<Alt>x']
|
||||||
|
|
||||||
|
[org/cinnamon/muffin]
|
||||||
|
tile-maximize=true
|
||||||
|
|
||||||
|
[org/cinnamon/settings-daemon/peripherals/mouse]
|
||||||
|
middle-button-enabled=false
|
||||||
|
|
||||||
|
[org/cinnamon/settings-daemon/plugins/power]
|
||||||
|
button-power='interactive'
|
||||||
|
|
||||||
|
[org/cinnamon/settings-daemon/plugins/xsettings]
|
||||||
|
buttons-have-icons=true
|
||||||
|
menus-have-icons=true
|
||||||
|
|
||||||
[org/gnome/terminal/legacy/profiles:]
|
[org/gnome/terminal/legacy/profiles:]
|
||||||
default='4aa8ef12-3564-4d7c-a547-f638618495c0'
|
default='4aa8ef12-3564-4d7c-a547-f638618495c0'
|
||||||
list=['b1dcc9dd-5262-4d8d-a863-c897e6d979b9', 'b5d46728-f548-49e4-b802-7ed1a1190bcf', '4aa8ef12-3564-4d7c-a547-f638618495c0']
|
list=['b1dcc9dd-5262-4d8d-a863-c897e6d979b9', 'b5d46728-f548-49e4-b802-7ed1a1190bcf', '4aa8ef12-3564-4d7c-a547-f638618495c0']
|
||||||
@ -21,7 +68,8 @@ visible-name='couleurs_system'
|
|||||||
use-theme-colors=false
|
use-theme-colors=false
|
||||||
visible-name='vert_sur_noir'
|
visible-name='vert_sur_noir'
|
||||||
|
|
||||||
|
[org/nemo/preferences]
|
||||||
|
size-prefixes='base-2'
|
||||||
|
|
||||||
[org/virt-manager/virt-manager]
|
[org/virt-manager/virt-manager]
|
||||||
xmleditor-enabled=true
|
xmleditor-enabled=true
|
||||||
@ -37,28 +85,3 @@ uris=['qemu+ssh://majalis/system']
|
|||||||
[org/virt-manager/virt-manager/console]
|
[org/virt-manager/virt-manager/console]
|
||||||
autoconnect=false
|
autoconnect=false
|
||||||
resize-guest=1
|
resize-guest=1
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
[org/cinnamon/desktop/interface]
|
|
||||||
gtk-theme="'Adwaita-dark'"
|
|
||||||
|
|
||||||
[org/cinnamon/desktop/background]
|
|
||||||
picture-uri="'file:///usr/share/desktop-base/softwaves-theme/wallpaper/gnome-background.xml'"
|
|
||||||
|
|
||||||
[org/cinnamon/settings-daemon/plugins/power]
|
|
||||||
button-power="'interactive'"
|
|
||||||
|
|
||||||
[org/cinnamon/desktop/keybindings/media-keys]
|
|
||||||
terminal="['<Primary><Alt>t', '<Alt>x']"
|
|
||||||
|
|
||||||
[org/cinnamon/settings-daemon/peripherals/mouse]
|
|
||||||
middle-button-enabled=false
|
|
||||||
|
|
||||||
[org/nemo/preferences]
|
|
||||||
size-prefixes="'base-2'"
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
[apps/light-locker]
|
|
||||||
lock-after-screensaver="uint32 0"
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
task-cinnamon-desktop
|
|
||||||
cinnamon-core
|
cinnamon-core
|
||||||
cinnamon
|
cinnamon
|
||||||
cinnamon-l10n
|
cinnamon-l10n
|
||||||
nemo
|
nemo
|
||||||
nemo-fileroller
|
nemo-fileroller
|
||||||
|
gnome-screenshot
|
||||||
|
@ -1,5 +1,3 @@
|
|||||||
network-manager/bullseye-backports
|
|
||||||
network-manager-gnome
|
|
||||||
gnome-terminal
|
gnome-terminal
|
||||||
dconf-cli
|
dconf-cli
|
||||||
gnome-system-monitor
|
gnome-system-monitor
|
||||||
@ -25,6 +23,9 @@ gedit
|
|||||||
gnome-calculator
|
gnome-calculator
|
||||||
vlc
|
vlc
|
||||||
hardinfo
|
hardinfo
|
||||||
|
network-manager/bullseye-backports
|
||||||
|
network-manager-gnome
|
||||||
|
libnm0/bullseye-backports
|
||||||
remmina/bullseye-backports
|
remmina/bullseye-backports
|
||||||
remmina-common/bullseye-backports
|
remmina-common/bullseye-backports
|
||||||
remmina-plugin-vnc/bullseye-backports
|
remmina-plugin-vnc/bullseye-backports
|
||||||
@ -38,3 +39,5 @@ ssh-askpass-gnome
|
|||||||
tesseract-ocr
|
tesseract-ocr
|
||||||
tesseract-ocr-fra
|
tesseract-ocr-fra
|
||||||
flatpak
|
flatpak
|
||||||
|
va-driver-all
|
||||||
|
vdpau-driver-all
|
||||||
|
Loading…
x
Reference in New Issue
Block a user