Skip to content

Instantly share code, notes, and snippets.

[core]
plugins = resize command oswitch grid window-rules autostart place animate move fast-switcher expo cube alpha idle tile matcher switcher switcher decoration
vwidth = 4
vheight = 1
xwayland = 1
background_color = 0 0 0 1
[autostart]
background = wf-background
panel = wf-panel
# configuration section for the background, supports just the image option
# Wlougout /
[background]
# Full path to image or directory of images
image = /usr/share/wallpapers/manjaro-arm/generic/manjaro-pine64.png
# Whether to scale images or preserve background ratio
@psstoyanov
psstoyanov / PKGBUILD
Created January 7, 2020 19:41
PKGBUILD of gcc with ada (V2)
# Post-bootrapped gcc with ada. Reverted islver and pkgver.
# Increased pkgrel to 5 so that it won't be blocking pacman upgrade on Manjaro.
# Maintainer: Bartłomiej Piotrowski <bpiotrowski@archlinux.org>
# Contributor: Allan McRae <allan@archlinux.org>
# Contributor: Daniel Kozak <kozzi11@gmail.com>
# toolchain build order: linux-api-headers->glibc->binutils->gcc->binutils->glibc
# NOTE: libtool requires rebuilt with each new gcc version
@psstoyanov
psstoyanov / PKGBUILD
Created January 6, 2020 22:30
Arch arm gcc pkgbuild changes with ada after bootstrapped ada package
# Original idea and implementation here: https://github.com/archlinuxarm/PKGBUILDs/pull/1557
# Maintainer: Bartłomiej Piotrowski <bpiotrowski@archlinux.org>
# Contributor: Allan McRae <allan@archlinux.org>
# Contributor: Daniel Kozak <kozzi11@gmail.com>
# toolchain build order: linux-api-headers->glibc->binutils->gcc->binutils->glibc
# NOTE: libtool requires rebuilt with each new gcc version
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
@psstoyanov
psstoyanov / PKGBUILD
Last active January 6, 2020 22:27
PKGBUILD for bootstrapping ada on arch arm based distros
# Original source: https://github.com/archlinuxarm/PKGBUILDs/pull/1557
#This package is useful for bootstrapping on aarch64:
pkgname=debian-gcc
pkgver=9.2.1
pkgrel=21
arch=('aarch64')
pkgdesc='binary gcc compiler from debian'
url="https://packages.debian.org/buster/gcc-${_majorver}"
license=('GPL')
provides=(gcc gcc-ada)
@psstoyanov
psstoyanov / .vimrc
Created September 9, 2018 19:50
vim settings
set nocompatible " be iMproved, required
filetype off " required
" set the runtime path to include Vundle and initialize
set rtp+=~/.vim/bundle/Vundle.vim
call vundle#begin()
" alternatively, pass a path where Vundle should install plugins
"call vundle#begin('~/some/path/here')
" let Vundle manage Vundle, required