aboutsummaryrefslogtreecommitdiff
path: root/Window_Manager
diff options
context:
space:
mode:
authorVasil Zlatanov <v@skozl.com>2017-04-16 13:05:33 +0200
committerVasil Zlatanov <v@skozl.com>2017-04-16 13:05:33 +0200
commitc915def7a196fd412a95e1614078531d6d36bb6d (patch)
treec29a40172c166ba5a3f306fc26bf60db4791ce7e /Window_Manager
parentfd4464cbb193cc6e458e92e23853fd764d57e80f (diff)
downloaddotfiles-c915def7a196fd412a95e1614078531d6d36bb6d.tar.gz
dotfiles-c915def7a196fd412a95e1614078531d6d36bb6d.tar.bz2
dotfiles-c915def7a196fd412a95e1614078531d6d36bb6d.zip
massive upgrade to new laptop
Diffstat (limited to 'Window_Manager')
-rwxr-xr-xWindow_Manager/ratpoison/firesend2
-rw-r--r--Window_Manager/ratpoison/py/colorz.pycbin3165 -> 3149 bytes
-rw-r--r--Window_Manager/ratpoison/ratpoisonrc.conf10
3 files changed, 5 insertions, 7 deletions
diff --git a/Window_Manager/ratpoison/firesend b/Window_Manager/ratpoison/firesend
deleted file mode 100755
index 70ee78e..0000000
--- a/Window_Manager/ratpoison/firesend
+++ /dev/null
@@ -1,2 +0,0 @@
-#!/bin/bash
-vimb $@ > /dev/null 2>&1 &
diff --git a/Window_Manager/ratpoison/py/colorz.pyc b/Window_Manager/ratpoison/py/colorz.pyc
index 2e77075..586db45 100644
--- a/Window_Manager/ratpoison/py/colorz.pyc
+++ b/Window_Manager/ratpoison/py/colorz.pyc
Binary files differ
diff --git a/Window_Manager/ratpoison/ratpoisonrc.conf b/Window_Manager/ratpoison/ratpoisonrc.conf
index 757d186..d467bd1 100644
--- a/Window_Manager/ratpoison/ratpoisonrc.conf
+++ b/Window_Manager/ratpoison/ratpoisonrc.conf
@@ -47,7 +47,7 @@ exec xsetroot -cursor_name left_ptr
#exec nitrogen --restore
#Border & Padding
-alias showpanel set padding 0 24 0 0
+alias showpanel set padding 0 48 0 0
alias hidepanel set padding 0 0 0 0
showpanel
@@ -139,7 +139,7 @@ alias cont exec pkill -CONT
# b : Open url
-alias browse_cmd exec .config/ratpoison/exec_to_workspace 2 vimb
+alias browse_cmd exec .config/ratpoison/exec_to_workspace 2 chromium
alias browse colon browse_cmd
bind b browse
# B : open a new firefox tab and browse to the X clipboard selection
@@ -159,7 +159,7 @@ definekey top s-c colon cont
definekey top s-x colon stop
definekey top s-f exec firefox
-definekey top s-v exec vimb
+definekey top s-v exec chromium
definekey top s-V exec mpv `xclip -o` --ytdl-format=22
definekey top s-h exec ~/.config/vimb/history-search
#definekey top s-g exec gvim
@@ -200,8 +200,8 @@ definekey top s-Pause voltoggle
#-------------------------------------------------------------
# Brightness Control
#-------------------------------------------------------------
-alias brightup exec xbacklight -inc 2
-alias brightdown exec xbacklight -dec 2
+alias brightup exec light -A 2
+alias brightdown exec light -U 2
definekey top XF86MonBrightnessUp brightup
definekey top XF86MonBrightnessDown brightdown