This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
exec --no-startup-id termite --name dropdown & | |
bindsym $mod+i [instance="dropdown"] scratchpad show, move position center | |
for_window [instance="dropdown"] floating enable, resize set 800 600, \ | |
move scratchpad |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
backend = "glx"; | |
paint-on-overlay = true; | |
glx-no-stencil = true; | |
glx-no-rebind-pixmap = true; | |
vsync = "opengl-swc"; | |
# Shadow | |
shadow = false; | |
no-dnd-shadow = true; | |
no-dock-shadow = true; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/python | |
# credit https://gitlab.com/lyze237/dotfiles-public/blob/master/dotfiles/config/awesome/scripts/defaultSink.py | |
# | |
# TODO: if jack is present, ignore Focusrite sink | |
import os | |
import re | |
from subprocess import check_output, call |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"layout": "splith", | |
"percent": 0.5, | |
"type": "con", | |
"nodes": [ | |
{ | |
"border": "pixel", | |
"floating": "auto_off", | |
"layout": "tabbed", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/python | |
# credit https://gitlab.com/lyze237/dotfiles-public/blob/master/dotfiles/config/awesome/scripts/defaultSink.py | |
# | |
# TODO: if jack is present, ignore Focusrite sink | |
import os | |
import re | |
from subprocess import check_output, call |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/python | |
import os | |
import sys | |
""" Take a screenshot and save it locally | |
if -u is passed, use an external script to upload the screenshot | |
if -l is passed (default) only save locally and copy image to clipboard | |
Dependencies: | |
- maim |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/python | |
import os | |
import sys | |
""" Take a screenshot and save it locally | |
if -u is passed, use an external script to upload the screenshot | |
if -l is passed (default) only save locally and copy image to clipboard | |
Dependencies: | |
- maim |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
set background=dark | |
set foldenable | |
set foldlevelstart=0 | |
set hidden | |
filetype plugin on | |
" Vundle stuff ---------------------------------------------------- | |
" set the runtime path to include Vundle and initialize | |
set rtp+=~/.vim/bundle/Vundle.vim |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
set background=dark | |
set foldenable | |
set foldlevelstart=0 | |
set hidden | |
filetype plugin on | |
" Vundle stuff ---------------------------------------------------- | |
" set the runtime path to include Vundle and initialize | |
set rtp+=~/.vim/bundle/Vundle.vim |