From af29e9be10ac49d10b682fcb1d62421d91c31fa9 Mon Sep 17 00:00:00 2001 From: Urbain Vaes Date: Sun, 27 Dec 2015 21:46:35 +0000 Subject: Add controls for backlight in i3 (light-git) --- .i3/config | 4 ++-- .surfraw.bookmarks | 1 + .uzbl/config | 10 +++++----- .vim/vimundo | 1 - 4 files changed, 8 insertions(+), 8 deletions(-) create mode 100644 .surfraw.bookmarks delete mode 120000 .vim/vimundo diff --git a/.i3/config b/.i3/config index ea96bd9..2add25a 100644 --- a/.i3/config +++ b/.i3/config @@ -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 %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 -- cgit v1.2.3