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:
I hereby claim:
To claim this, I am signing this object:
#!/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 |