diff --git a/community/bspwm/Packages-Desktop b/community/bspwm/Packages-Desktop index 7b1243b..7bf2b66 100644 --- a/community/bspwm/Packages-Desktop +++ b/community/bspwm/Packages-Desktop @@ -42,7 +42,6 @@ manjaro-architect manjaro-bspwm-settings manjaro-pulse manjaro-zsh-config ->extra mhwd-chroot mhwd-tui morc_menu >multilib manjaro-alsa @@ -74,7 +73,6 @@ networkmanager >systemd xlogin terminus-font thermald -tmux udevil xcursor-breeze xdg-su @@ -92,7 +90,6 @@ xorg-xsetroot yaourt zathura-pdf-poppler zenity -zsh zsh-completions >openrc accountsservice-elogind >openrc upower-nosystemd diff --git a/community/bspwm/desktop-overlay/etc/X11/xorg.conf.d/30-touchpad.conf b/community/bspwm/desktop-overlay/etc/X11/xorg.conf.d/30-touchpad.conf new file mode 100644 index 0000000..a66f48b --- /dev/null +++ b/community/bspwm/desktop-overlay/etc/X11/xorg.conf.d/30-touchpad.conf @@ -0,0 +1,10 @@ + +Section "InputClass" + Identifier "libinput touchpad catchall" + MatchIsTouchpad "on" + MatchDevicePath "/dev/input/event*" + Driver "libinput" + Option "AccelSpeed" "0.3" + Option "Tapping" "on" +EndSection + diff --git a/community/bspwm/desktop-overlay/etc/issue b/community/bspwm/desktop-overlay/etc/issue new file mode 100644 index 0000000..a778625 --- /dev/null +++ b/community/bspwm/desktop-overlay/etc/issue @@ -0,0 +1,29 @@ + +Manjaro Live ISO (\l) - \s-\r \m + + + \e[0m# Welcome to Manjaro # + + + \e[34m██████████████████ ████████ + ██████████████████ ████████ + ██████████████████ ████████ + ██████████████████ ████████ + ████████ ████████ + ████████ ████████ ████████ + ████████ ████████ ████████ + ████████ ████████ ████████ + ████████ ████████ ████████ + ████████ ████████ ████████ + ████████ ████████ ████████ + ████████ ████████ ████████ + ████████ ████████ ████████ + ████████ ████████ ████████ + ████████ ████████ ████████\e[0m + + + login: + + + + diff --git a/community/bspwm/desktop-overlay/etc/skel/.config/GTKmenu/MainMenu b/community/bspwm/desktop-overlay/etc/skel/.config/GTKmenu/MainMenu new file mode 100755 index 0000000..74d4b8f --- /dev/null +++ b/community/bspwm/desktop-overlay/etc/skel/.config/GTKmenu/MainMenu @@ -0,0 +1,114 @@ +menupos = 0 40 + +iconsize = 25 + +item = Run +cmd = dboxrun +icon = /usr/share/icons/Adwaita/scalable/actions/system-run-symbolic.svg + +item = Applications +cmd = morc_menu +icon = /usr/share/icons/Adwaita/scalable/actions/open-menu-symbolic.svg + +item = Find +cmd = finder +icon = /usr/share/icons/Adwaita/scalable/apps/preferences-system-search-symbolic.svg + +item = Terminal +cmd = default-terminal +icon = /usr/share/icons/Adwaita/scalable/apps/utilities-terminal-symbolic.svg + +item = Browser +cmd = default-browser +icon = /usr/share/icons/Adwaita/scalable/apps/web-browser-symbolic.svg + +item = Files +cmd = spacefm +icon = /usr/share/icons/Adwaita/scalable/apps/system-file-manager-symbolic.svg + +item = Editor +cmd = default-editor +icon = /usr/share/icons/Adwaita/scalable/apps/text-editor-symbolic.svg + +item = Package Manager +cmd = default-terminal -e pacli +icon = /usr/share/icons/Adwaita/scalable/apps/system-software-install-symbolic.svg + +item = Main menu +cmd = default-terminal -e bmenu +icon = /usr/share/icons/Adwaita/scalable/apps/utilities-system-monitor-symbolic.svg + +item = Install Manjaro +cmd = default-terminal -e setup +icon = /usr/share/icons/hicolor/48x48/apps/manjaro-architect.png + +separator +submenu = Settings + + icon = /usr/share/icons/Adwaita/scalable/emblems/emblem-system-symbolic.svg + + item = Keybindings + cmd = default-editor .config/sxhkd/sxhkdrc + icon = /usr/share/icons/Adwaita/scalable/apps/preferences-desktop-keyboard-shortcuts-symbolic.svg + + item = Bspwmrc + cmd = default-editor .config/bspwm/bspwmrc + icon = /usr/share/icons/Adwaita/scalable/apps/text-editor-symbolic.svg + + item = Autostart + cmd = default-editor .config/bspwm/autostart + icon = /usr/share/icons/Adwaita/scalable/actions/system-run-symbolic.svg + + item = Profile + cmd = default-editor .profile + icon = /usr/share/icons/Adwaita/scalable/apps/user-info-symbolic.svg + + item = Dmenu settings + cmd = default-editor .dmenurc + icon = /usr/share/icons/Adwaita/scalable/actions/open-menu-symbolic.svg + + item = Panel settings + cmd = default-editor .limepanelrc + icon = /usr/share/icons/Adwaita/scalable/actions/document-properties-symbolic.svg + + item = Appearance + cmd = lxappearance + icon = /usr/share/icons/Adwaita/scalable/apps/preferences-color-symbolic.svg + + item = Firewall + cmd = zensu gufw + icon = /usr/share/icons/Adwaita/scalable/status/security-high-symbolic.svg + + item = Network + cmd = default-terminal -e nmtui + icon = /usr/share/icons/Adwaita/scalable/apps/preferences-system-network-symbolic.svg +separator + +submenu = Exit + + icon = /usr/share/icons/Adwaita/scalable/actions/system-shutdown-symbolic.svg + + item = Lock screen + cmd = screenlock + icon = /usr/share/icons/Adwaita/scalable/status/changes-allow-symbolic.svg + + item = Logout + cmd = bspc quit 1 + icon = /usr/share/icons/Adwaita/scalable/actions/application-exit-symbolic.svg + + item = Suspend + cmd = systemctl suspend + icon = /usr/share/icons/Adwaita/scalable/apps/utilities-system-monitor-symbolic.svg + + item = Hibenate + cmd = systemctl hibernate + icon = /usr/share/icons/Adwaita/scalable/actions/document-save-symbolic.svg + + item = Reboot + cmd = reboot + icon = /usr/share/icons/Adwaita/scalable/actions/view-refresh-symbolic.svg + + item = Shutdown + cmd = poweroff + icon = /usr/share/icons/Adwaita/scalable/actions/system-shutdown-symbolic.svg + diff --git a/community/bspwm/live-overlay b/community/bspwm/live-overlay deleted file mode 120000 index 27b9d2a..0000000 --- a/community/bspwm/live-overlay +++ /dev/null @@ -1 +0,0 @@ -../../shared/manjaro/live-overlay \ No newline at end of file diff --git a/community/bspwm/live-overlay/etc/default b/community/bspwm/live-overlay/etc/default new file mode 120000 index 0000000..812b9ff --- /dev/null +++ b/community/bspwm/live-overlay/etc/default @@ -0,0 +1 @@ +../../../../shared/manjaro/live-overlay/etc/default \ No newline at end of file diff --git a/community/bspwm/live-overlay/etc/fstab b/community/bspwm/live-overlay/etc/fstab new file mode 120000 index 0000000..8750aca --- /dev/null +++ b/community/bspwm/live-overlay/etc/fstab @@ -0,0 +1 @@ +../../../../shared/manjaro/live-overlay/etc/fstab \ No newline at end of file diff --git a/community/bspwm/live-overlay/etc/issue b/community/bspwm/live-overlay/etc/issue new file mode 100644 index 0000000..2966ff5 --- /dev/null +++ b/community/bspwm/live-overlay/etc/issue @@ -0,0 +1,31 @@ + +Manjaro Live ISO (\l) - \s-\r \m + + + \e[0m# Welcome to Manjaro # + + + \e[34m██████████████████ ████████ + ██████████████████ ████████ + ██████████████████ ████████ + ██████████████████ ████████ + ████████ ████████ + ████████ ████████ ████████ + ████████ ████████ ████████ + ████████ ████████ ████████ + ████████ ████████ ████████ + ████████ ████████ ████████ + ████████ ████████ ████████ + ████████ ████████ ████████ + ████████ ████████ ████████ + ████████ ████████ ████████ + ████████ ████████ ████████\e[0m + + + login: + + \e[34muser\e[0m \e[1m\e[36mmanjaro\e[0m + \e[34mpassword\e[0m \e[1m\e[36mmanjaro\e[0m + + To launch the installer run: \e[1m\e[36msudo setup\e[0m + diff --git a/community/bspwm/live-overlay/etc/pam.d b/community/bspwm/live-overlay/etc/pam.d new file mode 120000 index 0000000..68de596 --- /dev/null +++ b/community/bspwm/live-overlay/etc/pam.d @@ -0,0 +1 @@ +../../../../shared/manjaro/live-overlay/etc/pam.d \ No newline at end of file diff --git a/community/bspwm/live-overlay/etc/skel/.fehbg b/community/bspwm/live-overlay/etc/skel/.fehbg new file mode 100644 index 0000000..e0eebe0 --- /dev/null +++ b/community/bspwm/live-overlay/etc/skel/.fehbg @@ -0,0 +1,2 @@ +#!/bin/sh +feh --bg-scale '/usr/share/backgrounds/bspwm-help.jpg' diff --git a/community/bspwm/live-overlay/etc/sudoers.d b/community/bspwm/live-overlay/etc/sudoers.d new file mode 120000 index 0000000..c784c2a --- /dev/null +++ b/community/bspwm/live-overlay/etc/sudoers.d @@ -0,0 +1 @@ +../../../../shared/manjaro/live-overlay/etc/sudoers.d \ No newline at end of file