Skip to content

Instantly share code, notes, and snippets.

View holmeslinux's full-sized avatar

Holmes holmeslinux

View GitHub Profile
@holmeslinux
holmeslinux / kdusm
Created March 27, 2017 01:02
KDU Settings Manager
#!/bin/bash
#
################################################################################################################
# Manjaro JWM #
# Updated 25.03.2017 15:01:55 #
# Version 0.1-1 #
# Name kdusm ; KDU Settings Manager #
# Use chmod +x kdusm ; /usr/bin/ #
# Based pacli (credits pekman and excalibur1234 - Manjaro Linux) and mhwd-kern (credits handy - Manjaro Linux) #
# Adapted Holmes (Manjaro Brasil) #
## Base group minus netctl
bash
bzip2
coreutils
>openrc cronie-openrc
>systemd cronie
>openrc cryptsetup-openrc
>systemd cryptsetup
>openrc dbus-openrc
>openrc device-mapper-openrc
### General Packages
>openrc manjaro-live-openrc
>systemd manjaro-live-systemd
manjaro-live-skel # live skel
calamares # new GUI installer of manjaro
# calamares-dev # new GUI installer of manjaro - kpmcore
# calamares-exp # new GUI installer of manjaro - experimental version
# gparted
manjaro-cli-installer # CLI installer of manjaro
## Xorg Drivers
xf86-video-apm
xf86-video-ark
xf86-video-ati
xf86-video-amdgpu # only works with kernels 4.2+
xf86-video-chips
xf86-video-dummy
xf86-video-fbdev
xf86-video-glint
xf86-video-i128
Targets : xf86-video-apm xf86-video-ark xf86-video-ati xf86-video-amdgpu xf86-video-chips xf86-video-dummy xf86-video-fbdev xf86-video-glint xf86-video-i128 xf86-video-i740 xf86-video-intel xf86-video-mach64 xf86-video-neomagic xf86-video-nouveau xf86-video-nv xf86-video-openchrome xf86-video-r128 xf86-video-rendition xf86-video-s3 xf86-video-s3virge xf86-video-savage xf86-video-siliconmotion xf86-video-sis xf86-video-sisusb xf86-video-tdfx xf86-video-trident xf86-video-tseng xf86-video-vesa xf86-video-vmware xf86-video-voodoo bumblebee primus lib32-primus linux49-bbswitch linux49-broadcom-wl linux49-rt3562sta linux49-r8168 virtualbox-guest-utils linux49-virtualbox-guest-modules libxaw libxpm libxvmc pangox-compat lib32-libxvmc open-vm-tools xf86-input-vmmouse mesa-vdpau libva-intel-driver libva-mesa-driver libva-vdpau-driver opencl-mesa
:: Synchronizing package databases...
core 142.4
#!/usr/bin/env python
from PyQt4 import QtGui, QtCore
from PyQt4.QtGui import QApplication, QWidget, QVBoxLayout, QPushButton
from functools import partial
from collections import OrderedDict
import os
but_width = 130
#!/usr/bin/env python
from PyQt4 import QtGui, QtCore
from PyQt4.QtGui import QApplication, QWidget, QVBoxLayout, QPushButton
from functools import partial
from collections import OrderedDict
import os
but_width = 130
$ xwininfo -all
xwininfo: Please select the window about which you
would like information by clicking the
mouse in that window.
xwininfo: Window id: 0x2000002 "JWMSession"
Root window id: 0x497 (the root window) (has no name)
Parent window id: 0x43ef9d (has no name)
xwininfo: Please select the window about which you
would like information by clicking the
mouse in that window.
xwininfo: Window id: 0x2200002 "JWMSession"
Root window id: 0x497 (the root window) (has no name)
Parent window id: 0x40beea (has no name)
0 children.
#!/usr/bin/env python
from PyQt4 import QtGui, QtCore
from PyQt4.QtGui import QApplication, QWidget, QVBoxLayout, QPushButton
from functools import partial
from collections import OrderedDict