Skip to content

Instantly share code, notes, and snippets.

@isddxy
isddxy / sxhkdrc
Last active October 11, 2020 23:11
keybind for archlinux bspwm
#
# wm independent hotkeys
#
# show help on key bindings
super + F1
$HOME/.config/bspwm/bspwmfloat urxvt -name Float -e ~/.config/bspwm/show_keys
# terminal emulator
alt + Return

Keybase proof

I hereby claim:

  • I am isddxy on github.
  • I am milyaev (https://keybase.io/milyaev) on keybase.
  • I have a public key ASCYAkgSpOLrZ1i3t_uRrVzJn-TaLCcgOt30idsegNpxzwo

To claim this, I am signing this object:

@isddxy
isddxy / config
Created June 8, 2020 12:48
for polybar
;=====================================================
;
; To learn more about how to configure Polybar
; go to https://github.com/jaagr/polybar
;
; The README contains alot of information
; Themes : https://github.com/jaagr/dots/tree/master/.local/etc/themer/themes
; https://github.com/jaagr/polybar/wiki/
; https://github.com/jaagr/polybar/wiki/Configuration
; https://github.com/jaagr/polybar/wiki/Formatting
@isddxy
isddxy / sxhkdrc
Last active June 8, 2020 12:48
for archlinux
#################################################################
# KEYBOARD BINDINGS FOR ANY TWM
#################################################################
#################################################################
# SUPER + FUNCTION KEYS
#################################################################
# google
super + F1
@isddxy
isddxy / button.sass
Created April 7, 2017 10:03 — forked from agragregra/button.sass
Button Sass Styles (Universal Starter)
.button
display: inline-block
border: none
color: #fff
text-decoration: none
background-color: $accent
padding: 15px 45px
font-size: 13px
text-transform: uppercase
font-weight: 600