Merge branch 'master' of git.xw3.org:hanez/home
This commit is contained in:
commit
4b83c2cb54
2 changed files with 9 additions and 2 deletions
|
|
@ -259,6 +259,7 @@ sciencemenu = {
|
|||
{ "worldwind", "/usr/bin/worldwind", "/usr/share/worldwind/src/images/32x32-icon-earth.png" },
|
||||
}
|
||||
systemmenu = {
|
||||
{ "baobab", "/usr/bin/baobab", "/usr/share/help/C/baobab/media/org.gnome.baobab.svg" },
|
||||
{ "mibbrowser", "/usr/bin/imibrowser", "/usr/share/icons/hicolor/48x48/apps/imibrowser.png" },
|
||||
{ "gnome disks", "/usr/bin/gnome-disks", "/usr/share/icons/hicolor/scalable/apps/org.gnome.DiskUtility.svg" },
|
||||
{ "gnome firmware", "/usr/bin/gnome-firmware", "/usr/share/icons/hicolor/scalable/apps/org.gnome.Firmware.svg" },
|
||||
|
|
@ -267,6 +268,7 @@ systemmenu = {
|
|||
{ "gst", "/usr/bin/gst", "/usr/share/icons/hicolor/32x32@2x/apps/com.leinardi.gst.png" },
|
||||
{ "hardinfo2", "/usr/bin/hardinfo2", "/usr/share/icons/hicolor/256x256/apps/hardinfo2.png" },
|
||||
{ "ksysguard", "/usr/bin/ksysguard", "/usr/share/icons/hicolor/16x16/apps/ksysguardd.png" },
|
||||
{ "nomachine", "/usr/bin/nomachine-client", "/usr/share/NX/share/icons/48x48/NoMachine-desktop.png" },
|
||||
{ "partition manager", "/usr/bin/partitionmanager", "/usr/share/icons/hicolor/scalable/apps/partitionmanager.svg" },
|
||||
--{ "podman desktop", "/usr/bin/podman-desktop", "/usr/share/icons/hicolor/scalable/apps/podman-desktop.svg" },
|
||||
{ "printer", "/usr/bin/system-config-printer", "/usr/share/icons/Adwaita/48x48/legacy/printer-printing.png" },
|
||||
|
|
|
|||
9
.vimrc
9
.vimrc
|
|
@ -57,8 +57,13 @@ set tabstop=4
|
|||
set shiftwidth=4
|
||||
set expandtab
|
||||
" set number
|
||||
filetype indent on
|
||||
set autoindent
|
||||
" filetype indent on
|
||||
" set autoindent
|
||||
|
||||
filetype indent off
|
||||
set noautoindent
|
||||
set nocindent
|
||||
set nosmartindent
|
||||
|
||||
" Better command-line completion
|
||||
set wildmenu
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue