update bspwm-mate

This commit is contained in:
Chrysostomus 2018-02-21 21:50:11 +02:00
parent f45096d051
commit ac69d952ca
4 changed files with 60 additions and 2 deletions

View File

@ -22,6 +22,7 @@ sterminal
pavucontrol pavucontrol
chromium chromium
gufw gufw
gnome-screenshot
>extra libreoffice-fresh >extra libreoffice-fresh
>extra gparted >extra gparted
>extra gimp >extra gimp
@ -39,15 +40,27 @@ compton-conf
dbus-x11 dbus-x11
dunstify dunstify
desktop-file-utils desktop-file-utils
dconf-editor
feh feh
gnome-keyring gnome-keyring
gksu gksu
gtk3-classic gtk3-classic
android-tools
android-udev
gvfs gvfs
gvfs-afc
gvfs-gphoto2
gvfs-mtp
gvfs-nfs
gvfs-smb
mtpfs
udiskie
udisks2
light light
lightdm-slick-greeter lightdm-slick-greeter
light-locker light-locker
lightdm-settings lightdm-settings
accountsservice
libgsf libgsf
manjaro-hello manjaro-hello
manjaro-settings-manager manjaro-settings-manager
@ -74,6 +87,7 @@ rootmenu
sxhkd sxhkd
terminus-font terminus-font
thermald thermald
volnoti
xcape xcape
xdg-su xdg-su
xdg-user-dirs xdg-user-dirs
@ -125,7 +139,14 @@ tree
w3m w3m
# Printing, drivers and networking # Printing, drivers and networking
>extra manjaro-printer >extra cups
>extra cups-pdf
>extra cups-pk-helper
>extra ghostscript
>extra gsfonts
>extra gtk3-print-backends
>extra hplip
>extra splix
>extra gtk3-print-backends >extra gtk3-print-backends
>extra avahi >extra avahi
>extra manjaro-settings-samba >extra manjaro-settings-samba

View File

@ -1,3 +1,4 @@
gparted
manjaro-live-skel manjaro-live-skel
mkinitcpio-nfs-utils mkinitcpio-nfs-utils
nbd nbd

View File

@ -1,5 +1,5 @@
#! /bin/sh #! /bin/sh
gap=15 gap=10
PANEL_HEIGHT=25 PANEL_HEIGHT=25
export gap export gap
export PANEL_HEIGHT export PANEL_HEIGHT

View File

@ -0,0 +1,36 @@
{
"homepage" : "https://manjaro.org",
"homepage_is_newtabpage" : true,
"browser" : {
"show_home_button" : true,
"custom_chrome_frame": true
},
"session" : {
"restore_on_startup" : 4,
"startup_urls" : [
"https://manjaro.org"
]
},
"distribution": {
"import_bookmarks": false,
"import_bookmarks_from_file": "/usr/lib/chromium/bookmarks.html",
"skip_first_run_ui": true
},
"extensions": {
"theme": {
"id": "",
"use_system": true
}
},
"bookmark_bar" : {
"show_on_all_tabs" : false
},
"sync_promo" : {
"show_on_first_run_allowed": false
},
"first_run_tabs" : [
"https://manjaro.org",
"welcome_page",
"new_tab_page"
]
}