diff options
author | Urbain Vaes <urbain@vaes.uk> | 2015-12-27 21:46:35 +0000 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2015-12-27 21:46:35 +0000 |
commit | af29e9be10ac49d10b682fcb1d62421d91c31fa9 (patch) | |
tree | d0adb634e03fb3ff688e9b4c72d9fdb2ceace55d | |
parent | 0ea0d11d21de1234f1a5562b8b9e171d41896150 (diff) |
Add controls for backlight in i3 (light-git)
-rw-r--r-- | .i3/config | 4 | ||||
-rw-r--r-- | .surfraw.bookmarks | 1 | ||||
-rw-r--r-- | .uzbl/config | 10 | ||||
l--------- | .vim/vimundo | 1 |
4 files changed, 8 insertions, 8 deletions
@@ -178,8 +178,8 @@ bindsym XF86AudioLowerVolume exec amixer -D pulse sset Master 5%- bindsym XF86AudioMute exec amixer -D pulse sset Master 0% # Sreen brightness controls -bindsym XF86MonBrightnessUp exec xbacklight -inc 10 -bindsym XF86MonBrightnessDown exec xbacklight -dec 10 +bindsym XF86MonBrightnessUp exec light -A 10 +bindsym XF86MonBrightnessDown exec light -U 10 # font pango:DejaVu Sans Mono 10 bindsym F1 exec --no-startup-id feh --bg-fill --randomize /usr/share/backgrounds diff --git a/.surfraw.bookmarks b/.surfraw.bookmarks new file mode 100644 index 0000000..c18b3d7 --- /dev/null +++ b/.surfraw.bookmarks @@ -0,0 +1 @@ +startpage https://startpage.com/do/search?hmb=1&cat=web&cmd=process_search&language=english_uk&engine0=v1all&query=%s&abp=-1&nj=0&pg=0 diff --git a/.uzbl/config b/.uzbl/config index 4ddf0f6..436f73f 100644 --- a/.uzbl/config +++ b/.uzbl/config @@ -183,13 +183,13 @@ set bind = request MODE_BIND global set mode_bind = request MODE_BIND # Insert mode binding alias -set ibind = @mode_bind insert +set ibind = @mode_bind insert # Command mode binding alias -set cbind = @mode_bind command +set cbind = @mode_bind command # Non-insert mode bindings alias (ebind for edit-bind). -set ebind = @mode_bind global,-insert +set ebind = @mode_bind global,-insert # --- Global & keycmd editing binds ------------------------------------------ @@ -300,7 +300,7 @@ set ebind = @mode_bind global,-insert @cbind O<uri:\@uri>_ = uri %s # Mode setting binds -@cbind i = @set_mode insert +@cbind i = @set_mode insert # Hard-bound bookmarks @cbind gh = uri google.co.uk @@ -439,7 +439,7 @@ sync_spawn_exec @scripts_dir/load_cookies.sh sync_spawn_exec @scripts_dir/load_cookies.sh @data_home/uzbl/session-cookies.txt # Set the "home" page. -set uri = google.co.uk +# set uri = google.co.uk @on_event DOWNLOAD_COMPLETE spawn @scripts_dir/downloadviewer.sh %s # vim: set fdm=syntax: diff --git a/.vim/vimundo b/.vim/vimundo deleted file mode 120000 index 1d37856..0000000 --- a/.vim/vimundo +++ /dev/null @@ -1 +0,0 @@ -../.personal/vimundo
\ No newline at end of file |