diff options
author | Vasil Zlatanov <vasil.zlatanov@gmail.com> | 2015-03-22 22:37:16 +0100 |
---|---|---|
committer | Vasil Zlatanov <vasil.zlatanov@gmail.com> | 2015-03-22 22:37:16 +0100 |
commit | aeacd873392686f4fc12d93dab82903d1140f974 (patch) | |
tree | f09187025ea0415123ba92d8793b39c215653db3 /config | |
parent | 823581bd7c5e5904eab5884f999a39b5f9e895b4 (diff) | |
download | dotfiles-aeacd873392686f4fc12d93dab82903d1140f974.tar.gz dotfiles-aeacd873392686f4fc12d93dab82903d1140f974.tar.bz2 dotfiles-aeacd873392686f4fc12d93dab82903d1140f974.zip |
many + uzbl
Diffstat (limited to 'config')
-rwxr-xr-x | config/bspwm/bspwmrc | 2 | ||||
-rw-r--r-- | config/sxhkd/sxhkdrc | 3 | ||||
-rw-r--r-- | config/uzbl/config | 4 |
3 files changed, 7 insertions, 2 deletions
diff --git a/config/bspwm/bspwmrc b/config/bspwm/bspwmrc index 6a2b2fe..f3c9e72 100755 --- a/config/bspwm/bspwmrc +++ b/config/bspwm/bspwmrc @@ -10,6 +10,8 @@ bspc config focused_border_color $COLOR0 bspc config active_border_color $COLOR0 bspc config normal_border_color $COLOR11 +bspc config top_padding 24 + bspc config borderless_monocle true bspc config gapless_monocle true bspc config apply_floating_atom true diff --git a/config/sxhkd/sxhkdrc b/config/sxhkd/sxhkdrc index bfcfc86..7ee957a 100644 --- a/config/sxhkd/sxhkdrc +++ b/config/sxhkd/sxhkdrc @@ -2,6 +2,8 @@ # bspwm hotkeys # +grave ; a + ~/.ratpoison/menu/main grave ; shift + c ~/.ratpoison/wp change @@ -66,6 +68,7 @@ grave ; bracket{left,right} grave ; s ; {h,j,k,l} bspc window -p {left,down,up,right} + grave ; ctrl + {_,shift + }space bspc {window -p cancel,desktop -c} diff --git a/config/uzbl/config b/config/uzbl/config index 5a5c887..0f637f1 100644 --- a/config/uzbl/config +++ b/config/uzbl/config @@ -431,8 +431,8 @@ set follow_hint_keys 0123456789 # Fl -> open in a new window # fL -> take the url and navigate directly to it # FL -> copy the url to the clipboard -@cbind f* = spawn @config_home/scripts/follow.sh \@< uzbl.follow.followLinks("\@follow_hint_keys", "%s", 'click') >\@ -@cbind F* = spawn @config_home/scrpts/follow.sh \@< uzbl.follow.followLinks("\@follow_hint_keys", "%s", 'newwindow') >\@ +@cbind f* = spawn @scripts_dir/follow.sh \@< uzbl.follow.followLinks("\@follow_hint_keys", "%s", 'click') >\@ +@cbind F* = spawn @scripts_dir/follow.sh \@< uzbl.follow.followLinks("\@follow_hint_keys", "%s", 'newwindow') >\@ #@cbind fL* = spawn @scripts_dir/follow.sh \@< uzbl.follow.followLinks("\@follow_hint_keys", "%s", 'returnuri') >\@ set #@cbind FL* = spawn @scripts_dir/follow.sh \@< uzbl.follow.followLinks("\@follow_hint_keys", "%s", 'returnuri') >\@ clipboard @cbind gi = spawn @scripts_dir/go_input.sh |