├── .gitignore ├── LICENSE ├── README.md ├── bin ├── acme.rc ├── armmake ├── bar ├── batt_percent ├── beaglemake ├── beat ├── bkp ├── browser ├── build_kernel ├── clang_env ├── clean_ports ├── colours ├── compare_timestamps ├── ddg ├── dt ├── dwmbar ├── find_dangle_files ├── fix_DESCR ├── freepass-x11 ├── get_distfiles ├── git-port-bump ├── gitify ├── gitsync ├── gsearch ├── install_packages ├── kerl ├── lfetool ├── license ├── mirror_openbsd ├── mkchroot ├── mkdiff ├── mpcc ├── msearch ├── mtube ├── mutt2task ├── node_port_test ├── nwhois ├── org ├── pasties ├── pbitches ├── pctl ├── pcvsup ├── pgp2qr ├── pkg ├── port_grep ├── psearch ├── qemu_boot_vmm_img ├── release ├── revert_diffs ├── rofi-mpc ├── rofi-pass ├── rofi-pass-otp ├── screen_record ├── scrotbar ├── sctd ├── sfetch ├── spark.graph ├── spwd ├── startergy ├── switch_user ├── tstart ├── update_etc ├── update_git.sh ├── updateallthethings ├── verify_ssh_fp ├── watch ├── wpacfg └── ytdl ├── common ├── config │ ├── awesome │ │ ├── clip.lua │ │ ├── keys.lua │ │ ├── mpc.lua │ │ ├── obsd.lua │ │ ├── rc.lua │ │ └── themes │ │ │ ├── bold │ │ │ ├── README │ │ │ ├── background.png │ │ │ ├── background_white.png │ │ │ ├── layouts │ │ │ │ ├── cornerne.png │ │ │ │ ├── cornernew.png │ │ │ │ ├── cornernw.png │ │ │ │ ├── cornernww.png │ │ │ │ ├── cornerse.png │ │ │ │ ├── cornersew.png │ │ │ │ ├── cornersw.png │ │ │ │ ├── cornersww.png │ │ │ │ ├── dwindle.png │ │ │ │ ├── dwindlew.png │ │ │ │ ├── fairh.png │ │ │ │ ├── fairhw.png │ │ │ │ ├── fairv.png │ │ │ │ ├── fairvw.png │ │ │ │ ├── floating.png │ │ │ │ ├── floatingw.png │ │ │ │ ├── fullscreen.png │ │ │ │ ├── fullscreenw.png │ │ │ │ ├── magnifier.png │ │ │ │ ├── magnifierw.png │ │ │ │ ├── max.png │ │ │ │ ├── maxw.png │ │ │ │ ├── spiral.png │ │ │ │ ├── spiralw.png │ │ │ │ ├── tile.png │ │ │ │ ├── tilebottom.png │ │ │ │ ├── tilebottomw.png │ │ │ │ ├── tileleft.png │ │ │ │ ├── tileleftw.png │ │ │ │ ├── tiletop.png │ │ │ │ ├── tiletopw.png │ │ │ │ └── tilew.png │ │ │ ├── submenu.png │ │ │ ├── taglist │ │ │ │ ├── squarefw.png │ │ │ │ └── squarew.png │ │ │ ├── theme.lua │ │ │ └── titlebar │ │ │ │ ├── close_focus.png │ │ │ │ ├── close_normal.png │ │ │ │ ├── floating_focus_active.png │ │ │ │ ├── floating_focus_inactive.png │ │ │ │ ├── floating_normal_active.png │ │ │ │ ├── floating_normal_inactive.png │ │ │ │ ├── maximized_focus_active.png │ │ │ │ ├── maximized_focus_inactive.png │ │ │ │ ├── maximized_normal_active.png │ │ │ │ ├── maximized_normal_inactive.png │ │ │ │ ├── minimize_focus.png │ │ │ │ ├── minimize_normal.png │ │ │ │ ├── ontop_focus_active.png │ │ │ │ ├── ontop_focus_inactive.png │ │ │ │ ├── ontop_normal_active.png │ │ │ │ ├── ontop_normal_inactive.png │ │ │ │ ├── sticky_focus_active.png │ │ │ │ ├── sticky_focus_inactive.png │ │ │ │ ├── sticky_normal_active.png │ │ │ │ └── sticky_normal_inactive.png │ │ │ └── bold_white │ │ │ ├── README │ │ │ ├── background.png │ │ │ ├── background_white.png │ │ │ ├── clip_icon.png │ │ │ ├── layouts │ │ │ ├── cornerne.png │ │ │ ├── cornernew.png │ │ │ ├── cornernw.png │ │ │ ├── cornernww.png │ │ │ ├── cornerse.png │ │ │ ├── cornersew.png │ │ │ ├── cornersw.png │ │ │ ├── cornersww.png │ │ │ ├── dwindle.png │ │ │ ├── dwindlew.png │ │ │ ├── fairh.png │ │ │ ├── fairhw.png │ │ │ ├── fairv.png │ │ │ ├── fairvw.png │ │ │ ├── floating.png │ │ │ ├── floatingw.png │ │ │ ├── fullscreen.png │ │ │ ├── fullscreenw.png │ │ │ ├── magnifier.png │ │ │ ├── magnifierw.png │ │ │ ├── max.png │ │ │ ├── maxw.png │ │ │ ├── spiral.png │ │ │ ├── spiralw.png │ │ │ ├── tile.png │ │ │ ├── tilebottom.png │ │ │ ├── tilebottomw.png │ │ │ ├── tileleft.png │ │ │ ├── tileleftw.png │ │ │ ├── tiletop.png │ │ │ ├── tiletopw.png │ │ │ └── tilew.png │ │ │ ├── submenu.png │ │ │ ├── taglist │ │ │ ├── squarefw.png │ │ │ └── squarew.png │ │ │ ├── theme.lua │ │ │ └── titlebar │ │ │ ├── close_focus.png │ │ │ ├── close_normal.png │ │ │ ├── floating_focus_active.png │ │ │ ├── floating_focus_inactive.png │ │ │ ├── floating_normal_active.png │ │ │ ├── floating_normal_inactive.png │ │ │ ├── maximized_focus_active.png │ │ │ ├── maximized_focus_inactive.png │ │ │ ├── maximized_normal_active.png │ │ │ ├── maximized_normal_inactive.png │ │ │ ├── minimize_focus.png │ │ │ ├── minimize_normal.png │ │ │ ├── ontop_focus_active.png │ │ │ ├── ontop_focus_inactive.png │ │ │ ├── ontop_normal_active.png │ │ │ ├── ontop_normal_inactive.png │ │ │ ├── sticky_focus_active.png │ │ │ ├── sticky_focus_inactive.png │ │ │ ├── sticky_normal_active.png │ │ │ └── sticky_normal_inactive.png │ └── fish │ │ ├── config.fish │ │ ├── fish_variables │ │ └── functions │ │ └── fish_prompt.fish ├── dot_3dprint │ ├── rigidbot_slic3r_2.ini │ └── rigidbot_slic3r_3.ini ├── dot_Xdefaults ├── dot_Xresources ├── dot_ansiweatherrc ├── dot_background.png ├── dot_cgorc ├── dot_conkyrc ├── dot_cura │ ├── 14.11-RC7 │ │ ├── current_profile.ini │ │ ├── mru_filelist.ini │ │ └── preferences.ini │ └── 15.04.5-RC5 │ │ ├── current_profile.ini │ │ ├── mru_filelist.ini │ │ └── preferences.ini ├── dot_cvsrc ├── dot_cwmrc ├── dot_distfile ├── dot_ebrc ├── dot_emacs.d │ ├── .ercrc.el │ ├── init.el │ ├── readme.org │ └── themes │ │ └── eink-theme.el ├── dot_fonts │ ├── FONTLOG.txt │ ├── OFL-FAQ.txt │ ├── OFL.txt │ ├── README.txt │ ├── fonts.dir │ └── fonts.scale ├── dot_git-prompt ├── dot_gitconfig ├── dot_gnupg │ ├── gpg-agent.conf │ ├── gpg.conf │ └── scdaemon.conf ├── dot_gtkrc-2.0 ├── dot_hgrc ├── dot_irbrc ├── dot_keepass │ ├── KeePass.XmlSerializers.dll │ ├── KeePass.chm │ ├── KeePass.config.xml │ ├── KeePass.exe │ ├── KeePass.exe.config │ ├── KeePassLibC32.dll │ ├── KeePassLibC64.dll │ ├── License.txt │ ├── ShInstUtil.exe │ └── XSL │ │ ├── KDBX_DetailsFull.xsl │ │ ├── KDBX_DetailsLite.xsl │ │ ├── KDBX_PasswordsOnly.xsl │ │ ├── KDBX_Styles.css │ │ ├── KDBX_Tabular.xsl │ │ └── TableHeader.gif ├── dot_kerlrc ├── dot_ksh_completions ├── dot_ksh_paths ├── dot_kshrc ├── dot_mailcap ├── dot_mg ├── dot_mplayer │ └── config ├── dot_mutt.theme ├── dot_muttrc ├── dot_ncmpc │ └── config ├── dot_nexrc ├── dot_profile ├── dot_sbclrc ├── dot_screenlayout │ ├── bg.sh │ ├── external.sh │ ├── internal.sh │ ├── shared.sh │ └── tray.sh ├── dot_signature ├── dot_spectrwm.conf ├── dot_stumpwmrc ├── dot_taskrc ├── dot_texapprc ├── dot_tmux.conf ├── dot_tmux.eink.theme ├── dot_tmux.nord.theme ├── dot_urxvt │ └── yank-clicked-urls ├── dot_vimrc ├── dot_w3m │ └── config ├── dot_xastir │ ├── .gitignore │ └── config │ │ └── xastir.cnf ├── dot_xombrero.conf ├── dot_xsession └── dot_zlogin ├── cr48 ├── dot_i3 │ └── config ├── dot_i3status.conf ├── dot_xmodmap └── dot_xsession ├── h3x ├── dot_Xmodmap ├── dot_cwmrc ├── dot_i3 │ └── config ├── dot_i3status.conf └── dot_xsession ├── install ├── litr └── dot_Xmodmap ├── nuc └── dot_fvwmrc ├── pwntie ├── dot_cwmrc ├── dot_i3 │ └── config ├── dot_i3status.conf ├── dot_xinitrc └── dot_xsession ├── slip ├── config │ ├── beets │ │ └── config.yaml │ └── rofi │ │ └── config ├── dot_Xmodmap ├── dot_background.png ├── dot_fvwmrc ├── dot_screenlayout │ ├── bg.sh │ ├── external.sh │ ├── internal.sh │ ├── shared.sh │ └── tray.sh ├── dot_wmanager ├── dot_xmobarrc └── dot_xmonad │ └── xmonad.hs └── vpi └── dot_xsession /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/README.md -------------------------------------------------------------------------------- /bin/acme.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/bin/acme.rc -------------------------------------------------------------------------------- /bin/armmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/bin/armmake -------------------------------------------------------------------------------- /bin/bar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/bin/bar -------------------------------------------------------------------------------- /bin/batt_percent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/bin/batt_percent -------------------------------------------------------------------------------- /bin/beaglemake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/bin/beaglemake -------------------------------------------------------------------------------- /bin/beat: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | b=$(echo "(($(date +'%s')+3600)%86400)/86.4" | bc) 4 | printf "%03d" "${b}" 5 | -------------------------------------------------------------------------------- /bin/bkp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/bin/bkp -------------------------------------------------------------------------------- /bin/browser: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/bin/browser -------------------------------------------------------------------------------- /bin/build_kernel: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/bin/build_kernel -------------------------------------------------------------------------------- /bin/clang_env: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/bin/clang_env -------------------------------------------------------------------------------- /bin/clean_ports: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/bin/clean_ports -------------------------------------------------------------------------------- /bin/colours: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/bin/colours -------------------------------------------------------------------------------- /bin/compare_timestamps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/bin/compare_timestamps -------------------------------------------------------------------------------- /bin/ddg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/bin/ddg -------------------------------------------------------------------------------- /bin/dt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/bin/dt -------------------------------------------------------------------------------- /bin/dwmbar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/bin/dwmbar -------------------------------------------------------------------------------- /bin/find_dangle_files: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/bin/find_dangle_files -------------------------------------------------------------------------------- /bin/fix_DESCR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/bin/fix_DESCR -------------------------------------------------------------------------------- /bin/freepass-x11: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/bin/freepass-x11 -------------------------------------------------------------------------------- /bin/get_distfiles: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/bin/get_distfiles -------------------------------------------------------------------------------- /bin/git-port-bump: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/bin/git-port-bump -------------------------------------------------------------------------------- /bin/gitify: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/bin/gitify -------------------------------------------------------------------------------- /bin/gitsync: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/bin/gitsync -------------------------------------------------------------------------------- /bin/gsearch: -------------------------------------------------------------------------------- 1 | #!/bin/ksh 2 | 3 | curl -H 'Accept: text/plain' http://godoc.org/?q=$1 4 | -------------------------------------------------------------------------------- /bin/install_packages: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/bin/install_packages -------------------------------------------------------------------------------- /bin/kerl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/bin/kerl -------------------------------------------------------------------------------- /bin/lfetool: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/bin/lfetool -------------------------------------------------------------------------------- /bin/license: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/bin/license -------------------------------------------------------------------------------- /bin/mirror_openbsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/bin/mirror_openbsd -------------------------------------------------------------------------------- /bin/mkchroot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/bin/mkchroot -------------------------------------------------------------------------------- /bin/mkdiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/bin/mkdiff -------------------------------------------------------------------------------- /bin/mpcc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/bin/mpcc -------------------------------------------------------------------------------- /bin/msearch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/bin/msearch -------------------------------------------------------------------------------- /bin/mtube: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/bin/mtube -------------------------------------------------------------------------------- /bin/mutt2task: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/bin/mutt2task -------------------------------------------------------------------------------- /bin/node_port_test: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/bin/node_port_test -------------------------------------------------------------------------------- /bin/nwhois: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/bin/nwhois -------------------------------------------------------------------------------- /bin/org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/bin/org -------------------------------------------------------------------------------- /bin/pasties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/bin/pasties -------------------------------------------------------------------------------- /bin/pbitches: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/bin/pbitches -------------------------------------------------------------------------------- /bin/pctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/bin/pctl -------------------------------------------------------------------------------- /bin/pcvsup: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/bin/pcvsup -------------------------------------------------------------------------------- /bin/pgp2qr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/bin/pgp2qr -------------------------------------------------------------------------------- /bin/pkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/bin/pkg -------------------------------------------------------------------------------- /bin/port_grep: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | find /usr/ports -iname "${1}" -exec grep -iH ${2} {} \; 4 | -------------------------------------------------------------------------------- /bin/psearch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/bin/psearch -------------------------------------------------------------------------------- /bin/qemu_boot_vmm_img: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/bin/qemu_boot_vmm_img -------------------------------------------------------------------------------- /bin/release: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/bin/release -------------------------------------------------------------------------------- /bin/revert_diffs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/bin/revert_diffs -------------------------------------------------------------------------------- /bin/rofi-mpc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/bin/rofi-mpc -------------------------------------------------------------------------------- /bin/rofi-pass: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/bin/rofi-pass -------------------------------------------------------------------------------- /bin/rofi-pass-otp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/bin/rofi-pass-otp -------------------------------------------------------------------------------- /bin/screen_record: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/bin/screen_record -------------------------------------------------------------------------------- /bin/scrotbar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/bin/scrotbar -------------------------------------------------------------------------------- /bin/sctd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/bin/sctd -------------------------------------------------------------------------------- /bin/sfetch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/bin/sfetch -------------------------------------------------------------------------------- /bin/spark.graph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/bin/spark.graph -------------------------------------------------------------------------------- /bin/spwd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/bin/spwd -------------------------------------------------------------------------------- /bin/startergy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/bin/startergy -------------------------------------------------------------------------------- /bin/switch_user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/bin/switch_user -------------------------------------------------------------------------------- /bin/tstart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/bin/tstart -------------------------------------------------------------------------------- /bin/update_etc: -------------------------------------------------------------------------------- 1 | #!/bin/ksh 2 | 3 | find_mirror 4 | -------------------------------------------------------------------------------- /bin/update_git.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/bin/update_git.sh -------------------------------------------------------------------------------- /bin/updateallthethings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/bin/updateallthethings -------------------------------------------------------------------------------- /bin/verify_ssh_fp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/bin/verify_ssh_fp -------------------------------------------------------------------------------- /bin/watch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/bin/watch -------------------------------------------------------------------------------- /bin/wpacfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/bin/wpacfg -------------------------------------------------------------------------------- /bin/ytdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/bin/ytdl -------------------------------------------------------------------------------- /common/config/awesome/clip.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/config/awesome/clip.lua -------------------------------------------------------------------------------- /common/config/awesome/keys.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/config/awesome/keys.lua -------------------------------------------------------------------------------- /common/config/awesome/mpc.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/config/awesome/mpc.lua -------------------------------------------------------------------------------- /common/config/awesome/obsd.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/config/awesome/obsd.lua -------------------------------------------------------------------------------- /common/config/awesome/rc.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/config/awesome/rc.lua -------------------------------------------------------------------------------- /common/config/awesome/themes/bold/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/config/awesome/themes/bold/README -------------------------------------------------------------------------------- /common/config/awesome/themes/bold/background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/config/awesome/themes/bold/background.png -------------------------------------------------------------------------------- /common/config/awesome/themes/bold/background_white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/config/awesome/themes/bold/background_white.png -------------------------------------------------------------------------------- /common/config/awesome/themes/bold/layouts/cornerne.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/config/awesome/themes/bold/layouts/cornerne.png -------------------------------------------------------------------------------- /common/config/awesome/themes/bold/layouts/cornernew.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/config/awesome/themes/bold/layouts/cornernew.png -------------------------------------------------------------------------------- /common/config/awesome/themes/bold/layouts/cornernw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/config/awesome/themes/bold/layouts/cornernw.png -------------------------------------------------------------------------------- /common/config/awesome/themes/bold/layouts/cornernww.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/config/awesome/themes/bold/layouts/cornernww.png -------------------------------------------------------------------------------- /common/config/awesome/themes/bold/layouts/cornerse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/config/awesome/themes/bold/layouts/cornerse.png -------------------------------------------------------------------------------- /common/config/awesome/themes/bold/layouts/cornersew.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/config/awesome/themes/bold/layouts/cornersew.png -------------------------------------------------------------------------------- /common/config/awesome/themes/bold/layouts/cornersw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/config/awesome/themes/bold/layouts/cornersw.png -------------------------------------------------------------------------------- /common/config/awesome/themes/bold/layouts/cornersww.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/config/awesome/themes/bold/layouts/cornersww.png -------------------------------------------------------------------------------- /common/config/awesome/themes/bold/layouts/dwindle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/config/awesome/themes/bold/layouts/dwindle.png -------------------------------------------------------------------------------- /common/config/awesome/themes/bold/layouts/dwindlew.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/config/awesome/themes/bold/layouts/dwindlew.png -------------------------------------------------------------------------------- /common/config/awesome/themes/bold/layouts/fairh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/config/awesome/themes/bold/layouts/fairh.png -------------------------------------------------------------------------------- /common/config/awesome/themes/bold/layouts/fairhw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/config/awesome/themes/bold/layouts/fairhw.png -------------------------------------------------------------------------------- /common/config/awesome/themes/bold/layouts/fairv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/config/awesome/themes/bold/layouts/fairv.png -------------------------------------------------------------------------------- /common/config/awesome/themes/bold/layouts/fairvw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/config/awesome/themes/bold/layouts/fairvw.png -------------------------------------------------------------------------------- /common/config/awesome/themes/bold/layouts/floating.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/config/awesome/themes/bold/layouts/floating.png -------------------------------------------------------------------------------- /common/config/awesome/themes/bold/layouts/floatingw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/config/awesome/themes/bold/layouts/floatingw.png -------------------------------------------------------------------------------- /common/config/awesome/themes/bold/layouts/fullscreen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/config/awesome/themes/bold/layouts/fullscreen.png -------------------------------------------------------------------------------- /common/config/awesome/themes/bold/layouts/fullscreenw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/config/awesome/themes/bold/layouts/fullscreenw.png -------------------------------------------------------------------------------- /common/config/awesome/themes/bold/layouts/magnifier.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/config/awesome/themes/bold/layouts/magnifier.png -------------------------------------------------------------------------------- /common/config/awesome/themes/bold/layouts/magnifierw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/config/awesome/themes/bold/layouts/magnifierw.png -------------------------------------------------------------------------------- /common/config/awesome/themes/bold/layouts/max.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/config/awesome/themes/bold/layouts/max.png -------------------------------------------------------------------------------- /common/config/awesome/themes/bold/layouts/maxw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/config/awesome/themes/bold/layouts/maxw.png -------------------------------------------------------------------------------- /common/config/awesome/themes/bold/layouts/spiral.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/config/awesome/themes/bold/layouts/spiral.png -------------------------------------------------------------------------------- /common/config/awesome/themes/bold/layouts/spiralw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/config/awesome/themes/bold/layouts/spiralw.png -------------------------------------------------------------------------------- /common/config/awesome/themes/bold/layouts/tile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/config/awesome/themes/bold/layouts/tile.png -------------------------------------------------------------------------------- /common/config/awesome/themes/bold/layouts/tilebottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/config/awesome/themes/bold/layouts/tilebottom.png -------------------------------------------------------------------------------- /common/config/awesome/themes/bold/layouts/tilebottomw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/config/awesome/themes/bold/layouts/tilebottomw.png -------------------------------------------------------------------------------- /common/config/awesome/themes/bold/layouts/tileleft.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/config/awesome/themes/bold/layouts/tileleft.png -------------------------------------------------------------------------------- /common/config/awesome/themes/bold/layouts/tileleftw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/config/awesome/themes/bold/layouts/tileleftw.png -------------------------------------------------------------------------------- /common/config/awesome/themes/bold/layouts/tiletop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/config/awesome/themes/bold/layouts/tiletop.png -------------------------------------------------------------------------------- /common/config/awesome/themes/bold/layouts/tiletopw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/config/awesome/themes/bold/layouts/tiletopw.png -------------------------------------------------------------------------------- /common/config/awesome/themes/bold/layouts/tilew.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/config/awesome/themes/bold/layouts/tilew.png -------------------------------------------------------------------------------- /common/config/awesome/themes/bold/submenu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/config/awesome/themes/bold/submenu.png -------------------------------------------------------------------------------- /common/config/awesome/themes/bold/taglist/squarefw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/config/awesome/themes/bold/taglist/squarefw.png -------------------------------------------------------------------------------- /common/config/awesome/themes/bold/taglist/squarew.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/config/awesome/themes/bold/taglist/squarew.png -------------------------------------------------------------------------------- /common/config/awesome/themes/bold/theme.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/config/awesome/themes/bold/theme.lua -------------------------------------------------------------------------------- /common/config/awesome/themes/bold/titlebar/close_focus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/config/awesome/themes/bold/titlebar/close_focus.png -------------------------------------------------------------------------------- /common/config/awesome/themes/bold/titlebar/close_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/config/awesome/themes/bold/titlebar/close_normal.png -------------------------------------------------------------------------------- /common/config/awesome/themes/bold/titlebar/floating_focus_active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/config/awesome/themes/bold/titlebar/floating_focus_active.png -------------------------------------------------------------------------------- /common/config/awesome/themes/bold/titlebar/floating_focus_inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/config/awesome/themes/bold/titlebar/floating_focus_inactive.png -------------------------------------------------------------------------------- /common/config/awesome/themes/bold/titlebar/floating_normal_active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/config/awesome/themes/bold/titlebar/floating_normal_active.png -------------------------------------------------------------------------------- /common/config/awesome/themes/bold/titlebar/floating_normal_inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/config/awesome/themes/bold/titlebar/floating_normal_inactive.png -------------------------------------------------------------------------------- /common/config/awesome/themes/bold/titlebar/maximized_focus_active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/config/awesome/themes/bold/titlebar/maximized_focus_active.png -------------------------------------------------------------------------------- /common/config/awesome/themes/bold/titlebar/maximized_focus_inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/config/awesome/themes/bold/titlebar/maximized_focus_inactive.png -------------------------------------------------------------------------------- /common/config/awesome/themes/bold/titlebar/maximized_normal_active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/config/awesome/themes/bold/titlebar/maximized_normal_active.png -------------------------------------------------------------------------------- /common/config/awesome/themes/bold/titlebar/maximized_normal_inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/config/awesome/themes/bold/titlebar/maximized_normal_inactive.png -------------------------------------------------------------------------------- /common/config/awesome/themes/bold/titlebar/minimize_focus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/config/awesome/themes/bold/titlebar/minimize_focus.png -------------------------------------------------------------------------------- /common/config/awesome/themes/bold/titlebar/minimize_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/config/awesome/themes/bold/titlebar/minimize_normal.png -------------------------------------------------------------------------------- /common/config/awesome/themes/bold/titlebar/ontop_focus_active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/config/awesome/themes/bold/titlebar/ontop_focus_active.png -------------------------------------------------------------------------------- /common/config/awesome/themes/bold/titlebar/ontop_focus_inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/config/awesome/themes/bold/titlebar/ontop_focus_inactive.png -------------------------------------------------------------------------------- /common/config/awesome/themes/bold/titlebar/ontop_normal_active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/config/awesome/themes/bold/titlebar/ontop_normal_active.png -------------------------------------------------------------------------------- /common/config/awesome/themes/bold/titlebar/ontop_normal_inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/config/awesome/themes/bold/titlebar/ontop_normal_inactive.png -------------------------------------------------------------------------------- /common/config/awesome/themes/bold/titlebar/sticky_focus_active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/config/awesome/themes/bold/titlebar/sticky_focus_active.png -------------------------------------------------------------------------------- /common/config/awesome/themes/bold/titlebar/sticky_focus_inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/config/awesome/themes/bold/titlebar/sticky_focus_inactive.png -------------------------------------------------------------------------------- /common/config/awesome/themes/bold/titlebar/sticky_normal_active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/config/awesome/themes/bold/titlebar/sticky_normal_active.png -------------------------------------------------------------------------------- /common/config/awesome/themes/bold/titlebar/sticky_normal_inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/config/awesome/themes/bold/titlebar/sticky_normal_inactive.png -------------------------------------------------------------------------------- /common/config/awesome/themes/bold_white/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/config/awesome/themes/bold_white/README -------------------------------------------------------------------------------- /common/config/awesome/themes/bold_white/background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/config/awesome/themes/bold_white/background.png -------------------------------------------------------------------------------- /common/config/awesome/themes/bold_white/background_white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/config/awesome/themes/bold_white/background_white.png -------------------------------------------------------------------------------- /common/config/awesome/themes/bold_white/clip_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/config/awesome/themes/bold_white/clip_icon.png -------------------------------------------------------------------------------- /common/config/awesome/themes/bold_white/layouts/cornerne.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/config/awesome/themes/bold_white/layouts/cornerne.png -------------------------------------------------------------------------------- /common/config/awesome/themes/bold_white/layouts/cornernew.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/config/awesome/themes/bold_white/layouts/cornernew.png -------------------------------------------------------------------------------- /common/config/awesome/themes/bold_white/layouts/cornernw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/config/awesome/themes/bold_white/layouts/cornernw.png -------------------------------------------------------------------------------- /common/config/awesome/themes/bold_white/layouts/cornernww.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/config/awesome/themes/bold_white/layouts/cornernww.png -------------------------------------------------------------------------------- /common/config/awesome/themes/bold_white/layouts/cornerse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/config/awesome/themes/bold_white/layouts/cornerse.png -------------------------------------------------------------------------------- /common/config/awesome/themes/bold_white/layouts/cornersew.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/config/awesome/themes/bold_white/layouts/cornersew.png -------------------------------------------------------------------------------- /common/config/awesome/themes/bold_white/layouts/cornersw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/config/awesome/themes/bold_white/layouts/cornersw.png -------------------------------------------------------------------------------- /common/config/awesome/themes/bold_white/layouts/cornersww.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/config/awesome/themes/bold_white/layouts/cornersww.png -------------------------------------------------------------------------------- /common/config/awesome/themes/bold_white/layouts/dwindle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/config/awesome/themes/bold_white/layouts/dwindle.png -------------------------------------------------------------------------------- /common/config/awesome/themes/bold_white/layouts/dwindlew.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/config/awesome/themes/bold_white/layouts/dwindlew.png -------------------------------------------------------------------------------- /common/config/awesome/themes/bold_white/layouts/fairh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/config/awesome/themes/bold_white/layouts/fairh.png -------------------------------------------------------------------------------- /common/config/awesome/themes/bold_white/layouts/fairhw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/config/awesome/themes/bold_white/layouts/fairhw.png -------------------------------------------------------------------------------- /common/config/awesome/themes/bold_white/layouts/fairv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/config/awesome/themes/bold_white/layouts/fairv.png -------------------------------------------------------------------------------- /common/config/awesome/themes/bold_white/layouts/fairvw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/config/awesome/themes/bold_white/layouts/fairvw.png -------------------------------------------------------------------------------- /common/config/awesome/themes/bold_white/layouts/floating.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/config/awesome/themes/bold_white/layouts/floating.png -------------------------------------------------------------------------------- /common/config/awesome/themes/bold_white/layouts/floatingw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/config/awesome/themes/bold_white/layouts/floatingw.png -------------------------------------------------------------------------------- /common/config/awesome/themes/bold_white/layouts/fullscreen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/config/awesome/themes/bold_white/layouts/fullscreen.png -------------------------------------------------------------------------------- /common/config/awesome/themes/bold_white/layouts/fullscreenw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/config/awesome/themes/bold_white/layouts/fullscreenw.png -------------------------------------------------------------------------------- /common/config/awesome/themes/bold_white/layouts/magnifier.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/config/awesome/themes/bold_white/layouts/magnifier.png -------------------------------------------------------------------------------- /common/config/awesome/themes/bold_white/layouts/magnifierw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/config/awesome/themes/bold_white/layouts/magnifierw.png -------------------------------------------------------------------------------- /common/config/awesome/themes/bold_white/layouts/max.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/config/awesome/themes/bold_white/layouts/max.png -------------------------------------------------------------------------------- /common/config/awesome/themes/bold_white/layouts/maxw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/config/awesome/themes/bold_white/layouts/maxw.png -------------------------------------------------------------------------------- /common/config/awesome/themes/bold_white/layouts/spiral.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/config/awesome/themes/bold_white/layouts/spiral.png -------------------------------------------------------------------------------- /common/config/awesome/themes/bold_white/layouts/spiralw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/config/awesome/themes/bold_white/layouts/spiralw.png -------------------------------------------------------------------------------- /common/config/awesome/themes/bold_white/layouts/tile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/config/awesome/themes/bold_white/layouts/tile.png -------------------------------------------------------------------------------- /common/config/awesome/themes/bold_white/layouts/tilebottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/config/awesome/themes/bold_white/layouts/tilebottom.png -------------------------------------------------------------------------------- /common/config/awesome/themes/bold_white/layouts/tilebottomw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/config/awesome/themes/bold_white/layouts/tilebottomw.png -------------------------------------------------------------------------------- /common/config/awesome/themes/bold_white/layouts/tileleft.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/config/awesome/themes/bold_white/layouts/tileleft.png -------------------------------------------------------------------------------- /common/config/awesome/themes/bold_white/layouts/tileleftw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/config/awesome/themes/bold_white/layouts/tileleftw.png -------------------------------------------------------------------------------- /common/config/awesome/themes/bold_white/layouts/tiletop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/config/awesome/themes/bold_white/layouts/tiletop.png -------------------------------------------------------------------------------- /common/config/awesome/themes/bold_white/layouts/tiletopw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/config/awesome/themes/bold_white/layouts/tiletopw.png -------------------------------------------------------------------------------- /common/config/awesome/themes/bold_white/layouts/tilew.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/config/awesome/themes/bold_white/layouts/tilew.png -------------------------------------------------------------------------------- /common/config/awesome/themes/bold_white/submenu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/config/awesome/themes/bold_white/submenu.png -------------------------------------------------------------------------------- /common/config/awesome/themes/bold_white/taglist/squarefw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/config/awesome/themes/bold_white/taglist/squarefw.png -------------------------------------------------------------------------------- /common/config/awesome/themes/bold_white/taglist/squarew.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/config/awesome/themes/bold_white/taglist/squarew.png -------------------------------------------------------------------------------- /common/config/awesome/themes/bold_white/theme.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/config/awesome/themes/bold_white/theme.lua -------------------------------------------------------------------------------- /common/config/awesome/themes/bold_white/titlebar/close_focus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/config/awesome/themes/bold_white/titlebar/close_focus.png -------------------------------------------------------------------------------- /common/config/awesome/themes/bold_white/titlebar/close_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/config/awesome/themes/bold_white/titlebar/close_normal.png -------------------------------------------------------------------------------- /common/config/awesome/themes/bold_white/titlebar/floating_focus_active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/config/awesome/themes/bold_white/titlebar/floating_focus_active.png -------------------------------------------------------------------------------- /common/config/awesome/themes/bold_white/titlebar/floating_focus_inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/config/awesome/themes/bold_white/titlebar/floating_focus_inactive.png -------------------------------------------------------------------------------- /common/config/awesome/themes/bold_white/titlebar/floating_normal_active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/config/awesome/themes/bold_white/titlebar/floating_normal_active.png -------------------------------------------------------------------------------- /common/config/awesome/themes/bold_white/titlebar/floating_normal_inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/config/awesome/themes/bold_white/titlebar/floating_normal_inactive.png -------------------------------------------------------------------------------- /common/config/awesome/themes/bold_white/titlebar/maximized_focus_active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/config/awesome/themes/bold_white/titlebar/maximized_focus_active.png -------------------------------------------------------------------------------- /common/config/awesome/themes/bold_white/titlebar/maximized_focus_inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/config/awesome/themes/bold_white/titlebar/maximized_focus_inactive.png -------------------------------------------------------------------------------- /common/config/awesome/themes/bold_white/titlebar/maximized_normal_active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/config/awesome/themes/bold_white/titlebar/maximized_normal_active.png -------------------------------------------------------------------------------- /common/config/awesome/themes/bold_white/titlebar/maximized_normal_inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/config/awesome/themes/bold_white/titlebar/maximized_normal_inactive.png -------------------------------------------------------------------------------- /common/config/awesome/themes/bold_white/titlebar/minimize_focus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/config/awesome/themes/bold_white/titlebar/minimize_focus.png -------------------------------------------------------------------------------- /common/config/awesome/themes/bold_white/titlebar/minimize_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/config/awesome/themes/bold_white/titlebar/minimize_normal.png -------------------------------------------------------------------------------- /common/config/awesome/themes/bold_white/titlebar/ontop_focus_active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/config/awesome/themes/bold_white/titlebar/ontop_focus_active.png -------------------------------------------------------------------------------- /common/config/awesome/themes/bold_white/titlebar/ontop_focus_inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/config/awesome/themes/bold_white/titlebar/ontop_focus_inactive.png -------------------------------------------------------------------------------- /common/config/awesome/themes/bold_white/titlebar/ontop_normal_active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/config/awesome/themes/bold_white/titlebar/ontop_normal_active.png -------------------------------------------------------------------------------- /common/config/awesome/themes/bold_white/titlebar/ontop_normal_inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/config/awesome/themes/bold_white/titlebar/ontop_normal_inactive.png -------------------------------------------------------------------------------- /common/config/awesome/themes/bold_white/titlebar/sticky_focus_active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/config/awesome/themes/bold_white/titlebar/sticky_focus_active.png -------------------------------------------------------------------------------- /common/config/awesome/themes/bold_white/titlebar/sticky_focus_inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/config/awesome/themes/bold_white/titlebar/sticky_focus_inactive.png -------------------------------------------------------------------------------- /common/config/awesome/themes/bold_white/titlebar/sticky_normal_active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/config/awesome/themes/bold_white/titlebar/sticky_normal_active.png -------------------------------------------------------------------------------- /common/config/awesome/themes/bold_white/titlebar/sticky_normal_inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/config/awesome/themes/bold_white/titlebar/sticky_normal_inactive.png -------------------------------------------------------------------------------- /common/config/fish/config.fish: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/config/fish/config.fish -------------------------------------------------------------------------------- /common/config/fish/fish_variables: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/config/fish/fish_variables -------------------------------------------------------------------------------- /common/config/fish/functions/fish_prompt.fish: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/config/fish/functions/fish_prompt.fish -------------------------------------------------------------------------------- /common/dot_3dprint/rigidbot_slic3r_2.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/dot_3dprint/rigidbot_slic3r_2.ini -------------------------------------------------------------------------------- /common/dot_3dprint/rigidbot_slic3r_3.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/dot_3dprint/rigidbot_slic3r_3.ini -------------------------------------------------------------------------------- /common/dot_Xdefaults: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/dot_Xdefaults -------------------------------------------------------------------------------- /common/dot_Xresources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/dot_Xresources -------------------------------------------------------------------------------- /common/dot_ansiweatherrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/dot_ansiweatherrc -------------------------------------------------------------------------------- /common/dot_background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/dot_background.png -------------------------------------------------------------------------------- /common/dot_cgorc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/dot_cgorc -------------------------------------------------------------------------------- /common/dot_conkyrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/dot_conkyrc -------------------------------------------------------------------------------- /common/dot_cura/14.11-RC7/current_profile.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/dot_cura/14.11-RC7/current_profile.ini -------------------------------------------------------------------------------- /common/dot_cura/14.11-RC7/mru_filelist.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/dot_cura/14.11-RC7/mru_filelist.ini -------------------------------------------------------------------------------- /common/dot_cura/14.11-RC7/preferences.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/dot_cura/14.11-RC7/preferences.ini -------------------------------------------------------------------------------- /common/dot_cura/15.04.5-RC5/current_profile.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/dot_cura/15.04.5-RC5/current_profile.ini -------------------------------------------------------------------------------- /common/dot_cura/15.04.5-RC5/mru_filelist.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/dot_cura/15.04.5-RC5/mru_filelist.ini -------------------------------------------------------------------------------- /common/dot_cura/15.04.5-RC5/preferences.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/dot_cura/15.04.5-RC5/preferences.ini -------------------------------------------------------------------------------- /common/dot_cvsrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/dot_cvsrc -------------------------------------------------------------------------------- /common/dot_cwmrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/dot_cwmrc -------------------------------------------------------------------------------- /common/dot_distfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/dot_distfile -------------------------------------------------------------------------------- /common/dot_ebrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/dot_ebrc -------------------------------------------------------------------------------- /common/dot_emacs.d/.ercrc.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/dot_emacs.d/.ercrc.el -------------------------------------------------------------------------------- /common/dot_emacs.d/init.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/dot_emacs.d/init.el -------------------------------------------------------------------------------- /common/dot_emacs.d/readme.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/dot_emacs.d/readme.org -------------------------------------------------------------------------------- /common/dot_emacs.d/themes/eink-theme.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/dot_emacs.d/themes/eink-theme.el -------------------------------------------------------------------------------- /common/dot_fonts/FONTLOG.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/dot_fonts/FONTLOG.txt -------------------------------------------------------------------------------- /common/dot_fonts/OFL-FAQ.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/dot_fonts/OFL-FAQ.txt -------------------------------------------------------------------------------- /common/dot_fonts/OFL.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/dot_fonts/OFL.txt -------------------------------------------------------------------------------- /common/dot_fonts/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/dot_fonts/README.txt -------------------------------------------------------------------------------- /common/dot_fonts/fonts.dir: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/dot_fonts/fonts.dir -------------------------------------------------------------------------------- /common/dot_fonts/fonts.scale: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/dot_fonts/fonts.scale -------------------------------------------------------------------------------- /common/dot_git-prompt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/dot_git-prompt -------------------------------------------------------------------------------- /common/dot_gitconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/dot_gitconfig -------------------------------------------------------------------------------- /common/dot_gnupg/gpg-agent.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/dot_gnupg/gpg-agent.conf -------------------------------------------------------------------------------- /common/dot_gnupg/gpg.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/dot_gnupg/gpg.conf -------------------------------------------------------------------------------- /common/dot_gnupg/scdaemon.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/dot_gnupg/scdaemon.conf -------------------------------------------------------------------------------- /common/dot_gtkrc-2.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/dot_gtkrc-2.0 -------------------------------------------------------------------------------- /common/dot_hgrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/dot_hgrc -------------------------------------------------------------------------------- /common/dot_irbrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/dot_irbrc -------------------------------------------------------------------------------- /common/dot_keepass/KeePass.XmlSerializers.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/dot_keepass/KeePass.XmlSerializers.dll -------------------------------------------------------------------------------- /common/dot_keepass/KeePass.chm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/dot_keepass/KeePass.chm -------------------------------------------------------------------------------- /common/dot_keepass/KeePass.config.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/dot_keepass/KeePass.config.xml -------------------------------------------------------------------------------- /common/dot_keepass/KeePass.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/dot_keepass/KeePass.exe -------------------------------------------------------------------------------- /common/dot_keepass/KeePass.exe.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/dot_keepass/KeePass.exe.config -------------------------------------------------------------------------------- /common/dot_keepass/KeePassLibC32.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/dot_keepass/KeePassLibC32.dll -------------------------------------------------------------------------------- /common/dot_keepass/KeePassLibC64.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/dot_keepass/KeePassLibC64.dll -------------------------------------------------------------------------------- /common/dot_keepass/License.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/dot_keepass/License.txt -------------------------------------------------------------------------------- /common/dot_keepass/ShInstUtil.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/dot_keepass/ShInstUtil.exe -------------------------------------------------------------------------------- /common/dot_keepass/XSL/KDBX_DetailsFull.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/dot_keepass/XSL/KDBX_DetailsFull.xsl -------------------------------------------------------------------------------- /common/dot_keepass/XSL/KDBX_DetailsLite.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/dot_keepass/XSL/KDBX_DetailsLite.xsl -------------------------------------------------------------------------------- /common/dot_keepass/XSL/KDBX_PasswordsOnly.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/dot_keepass/XSL/KDBX_PasswordsOnly.xsl -------------------------------------------------------------------------------- /common/dot_keepass/XSL/KDBX_Styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/dot_keepass/XSL/KDBX_Styles.css -------------------------------------------------------------------------------- /common/dot_keepass/XSL/KDBX_Tabular.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/dot_keepass/XSL/KDBX_Tabular.xsl -------------------------------------------------------------------------------- /common/dot_keepass/XSL/TableHeader.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/dot_keepass/XSL/TableHeader.gif -------------------------------------------------------------------------------- /common/dot_kerlrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/dot_kerlrc -------------------------------------------------------------------------------- /common/dot_ksh_completions: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/dot_ksh_completions -------------------------------------------------------------------------------- /common/dot_ksh_paths: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/dot_ksh_paths -------------------------------------------------------------------------------- /common/dot_kshrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/dot_kshrc -------------------------------------------------------------------------------- /common/dot_mailcap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/dot_mailcap -------------------------------------------------------------------------------- /common/dot_mg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/dot_mg -------------------------------------------------------------------------------- /common/dot_mplayer/config: -------------------------------------------------------------------------------- 1 | # Write your default config options here! 2 | 3 | 4 | -------------------------------------------------------------------------------- /common/dot_mutt.theme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/dot_mutt.theme -------------------------------------------------------------------------------- /common/dot_muttrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/dot_muttrc -------------------------------------------------------------------------------- /common/dot_ncmpc/config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/dot_ncmpc/config -------------------------------------------------------------------------------- /common/dot_nexrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/dot_nexrc -------------------------------------------------------------------------------- /common/dot_profile: -------------------------------------------------------------------------------- 1 | export ENV=$HOME/.kshrc 2 | 3 | -------------------------------------------------------------------------------- /common/dot_sbclrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/dot_sbclrc -------------------------------------------------------------------------------- /common/dot_screenlayout/bg.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/dot_screenlayout/bg.sh -------------------------------------------------------------------------------- /common/dot_screenlayout/external.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/dot_screenlayout/external.sh -------------------------------------------------------------------------------- /common/dot_screenlayout/internal.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/dot_screenlayout/internal.sh -------------------------------------------------------------------------------- /common/dot_screenlayout/shared.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/dot_screenlayout/shared.sh -------------------------------------------------------------------------------- /common/dot_screenlayout/tray.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/dot_screenlayout/tray.sh -------------------------------------------------------------------------------- /common/dot_signature: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/dot_signature -------------------------------------------------------------------------------- /common/dot_spectrwm.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/dot_spectrwm.conf -------------------------------------------------------------------------------- /common/dot_stumpwmrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/dot_stumpwmrc -------------------------------------------------------------------------------- /common/dot_taskrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/dot_taskrc -------------------------------------------------------------------------------- /common/dot_texapprc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/dot_texapprc -------------------------------------------------------------------------------- /common/dot_tmux.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/dot_tmux.conf -------------------------------------------------------------------------------- /common/dot_tmux.eink.theme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/dot_tmux.eink.theme -------------------------------------------------------------------------------- /common/dot_tmux.nord.theme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/dot_tmux.nord.theme -------------------------------------------------------------------------------- /common/dot_urxvt/yank-clicked-urls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/dot_urxvt/yank-clicked-urls -------------------------------------------------------------------------------- /common/dot_vimrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/dot_vimrc -------------------------------------------------------------------------------- /common/dot_w3m/config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/dot_w3m/config -------------------------------------------------------------------------------- /common/dot_xastir/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/dot_xastir/.gitignore -------------------------------------------------------------------------------- /common/dot_xastir/config/xastir.cnf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/dot_xastir/config/xastir.cnf -------------------------------------------------------------------------------- /common/dot_xombrero.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/dot_xombrero.conf -------------------------------------------------------------------------------- /common/dot_xsession: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/dot_xsession -------------------------------------------------------------------------------- /common/dot_zlogin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/common/dot_zlogin -------------------------------------------------------------------------------- /cr48/dot_i3/config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/cr48/dot_i3/config -------------------------------------------------------------------------------- /cr48/dot_i3status.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/cr48/dot_i3status.conf -------------------------------------------------------------------------------- /cr48/dot_xmodmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/cr48/dot_xmodmap -------------------------------------------------------------------------------- /cr48/dot_xsession: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/cr48/dot_xsession -------------------------------------------------------------------------------- /h3x/dot_Xmodmap: -------------------------------------------------------------------------------- 1 | pointer = 1 2 3 5 4 7 6 8 9 10 11 12 2 | -------------------------------------------------------------------------------- /h3x/dot_cwmrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/h3x/dot_cwmrc -------------------------------------------------------------------------------- /h3x/dot_i3/config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/h3x/dot_i3/config -------------------------------------------------------------------------------- /h3x/dot_i3status.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/h3x/dot_i3status.conf -------------------------------------------------------------------------------- /h3x/dot_xsession: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/h3x/dot_xsession -------------------------------------------------------------------------------- /install: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/install -------------------------------------------------------------------------------- /litr/dot_Xmodmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/litr/dot_Xmodmap -------------------------------------------------------------------------------- /nuc/dot_fvwmrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/nuc/dot_fvwmrc -------------------------------------------------------------------------------- /pwntie/dot_cwmrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/pwntie/dot_cwmrc -------------------------------------------------------------------------------- /pwntie/dot_i3/config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/pwntie/dot_i3/config -------------------------------------------------------------------------------- /pwntie/dot_i3status.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/pwntie/dot_i3status.conf -------------------------------------------------------------------------------- /pwntie/dot_xinitrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/pwntie/dot_xinitrc -------------------------------------------------------------------------------- /pwntie/dot_xsession: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/pwntie/dot_xsession -------------------------------------------------------------------------------- /slip/config/beets/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/slip/config/beets/config.yaml -------------------------------------------------------------------------------- /slip/config/rofi/config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/slip/config/rofi/config -------------------------------------------------------------------------------- /slip/dot_Xmodmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/slip/dot_Xmodmap -------------------------------------------------------------------------------- /slip/dot_background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/slip/dot_background.png -------------------------------------------------------------------------------- /slip/dot_fvwmrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/slip/dot_fvwmrc -------------------------------------------------------------------------------- /slip/dot_screenlayout/bg.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/slip/dot_screenlayout/bg.sh -------------------------------------------------------------------------------- /slip/dot_screenlayout/external.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/slip/dot_screenlayout/external.sh -------------------------------------------------------------------------------- /slip/dot_screenlayout/internal.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/slip/dot_screenlayout/internal.sh -------------------------------------------------------------------------------- /slip/dot_screenlayout/shared.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/slip/dot_screenlayout/shared.sh -------------------------------------------------------------------------------- /slip/dot_screenlayout/tray.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/slip/dot_screenlayout/tray.sh -------------------------------------------------------------------------------- /slip/dot_wmanager: -------------------------------------------------------------------------------- 1 | /usr/X11R6/bin/cwm 2 | -------------------------------------------------------------------------------- /slip/dot_xmobarrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/slip/dot_xmobarrc -------------------------------------------------------------------------------- /slip/dot_xmonad/xmonad.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qbit/dotfiles/HEAD/slip/dot_xmonad/xmonad.hs -------------------------------------------------------------------------------- /vpi/dot_xsession: -------------------------------------------------------------------------------- 1 | exec startxfce4 2 | --------------------------------------------------------------------------------