Skip to content

Instantly share code, notes, and snippets.

View FlatTargetInk's full-sized avatar

Robert FlatTargetInk

View GitHub Profile

Keybase proof

I hereby claim:

  • I am flattargetink on github.
  • I am flattargetink (https://keybase.io/flattargetink) on keybase.
  • I have a public key ASASHLRxgcOHUpxn3LiEpqYGEPy4lq08RIe4CEjyLMx3Xgo

To claim this, I am signing this object:

@FlatTargetInk
FlatTargetInk / fstart.sh
Last active March 19, 2017 03:51
Simple display manager for X that doesn't get in the way of using Wayland compositors.
#!/bin/bash
function help {
echo -e "Usage: fstart [ -h | -a | -d ] [ wm-name ]"
echo -e "\t fstart : Starts last-used window manager"
echo -e "\t -h | --help : Shows this help"
echo -e "\t -a | --add [wm] : Adds new xinitrc file for specified wm "
echo -e "\t -d | --delete [wm] : Deletes xinitrc file for specified wm "
}
# Powerline
run-shell "/home/robert/.local/bin/powerline-daemon -q"
source '/usr/lib/python3.6/site-packages/powerline/bindings/tmux/powerline.conf'
# Use less awkward prefix
unbind C-b
set -g prefix C-a
bind C-a send-prefix
# Reload config