Skip to content

Instantly share code, notes, and snippets.

View fbreitwieser's full-sized avatar

Florian Breitwieser fbreitwieser

View GitHub Profile
@fbreitwieser
fbreitwieser / 2d-workspaces.sh
Created January 25, 2019 23:16 — forked from DrewMcArthur/2d-workspaces.sh
This script allows a simulation of a 2D grid of workspaces for i3wm
#!/bin/bash
#This script simulates a 2D grid of workspaces with i3.
#all you have to do is add the next line to your i3/config
#bindsym <keys> exec <path>/i3/workspaces.sh <direction> [move win]
#for example,
#bindsym Control+Mod1+Right exec ~/.config/i3/workspaces.sh right
@fbreitwieser
fbreitwieser / .block
Last active November 29, 2018 20:07 — forked from mbostock/.block
Brush & Zoom
license: gpl-3.0
@fbreitwieser
fbreitwieser / boxstarter.ps1
Created April 6, 2018 04:37 — forked from jessfraz/boxstarter.ps1
Boxstarter Commands for a new Windows box.
# Description: Boxstarter Script
# Author: Jess Frazelle <jess@linux.com>
# Last Updated: 2017-09-11
#
# Install boxstarter:
# . { iwr -useb http://boxstarter.org/bootstrapper.ps1 } | iex; get-boxstarter -Force
#
# You might need to set: Set-ExecutionPolicy RemoteSigned
#
# Run this boxstarter by calling the following from an **elevated** command-prompt: