Skip to content

Instantly share code, notes, and snippets.

@indeedwatson
indeedwatson / i3 dropdown terminal
Last active August 6, 2022 01:00
Dropdown terminal for i3 utilizing the scratchpad
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
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;
#!/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
{
"layout": "splith",
"percent": 0.5,
"type": "con",
"nodes": [
{
"border": "pixel",
"floating": "auto_off",
"layout": "tabbed",
> ~ cd .i3
> ~/.i3 l
config config.bk focus_or_run i3_focus_or_run.sh
> ~/.i3 ..
> ~ rg --files -uuu config
config: No such file or directory (os error 2)
#!/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
#!/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
#!/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
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
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