diff options
author | Vasil Zlatanov <v@skozl.com> | 2017-10-15 18:10:10 +0100 |
---|---|---|
committer | Vasil Zlatanov <v@skozl.com> | 2017-10-15 18:10:10 +0100 |
commit | 21d6038d54eb2e752571596cb98caf38e1142e9d (patch) | |
tree | a5d8ef3a1f1fa2c58f8da0aec4d64e5a3a92f04b /Window_Manager/ratpoison | |
parent | 9ed3aa702729c5cec1ce16a778372c11f0a505ed (diff) | |
download | dotfiles-21d6038d54eb2e752571596cb98caf38e1142e9d.tar.gz dotfiles-21d6038d54eb2e752571596cb98caf38e1142e9d.tar.bz2 dotfiles-21d6038d54eb2e752571596cb98caf38e1142e9d.zip |
use chromium with acceleration by default
Diffstat (limited to 'Window_Manager/ratpoison')
-rw-r--r-- | Window_Manager/ratpoison/ratpoisonrc.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Window_Manager/ratpoison/ratpoisonrc.conf b/Window_Manager/ratpoison/ratpoisonrc.conf index a68766d..5ea542c 100644 --- a/Window_Manager/ratpoison/ratpoisonrc.conf +++ b/Window_Manager/ratpoison/ratpoisonrc.conf @@ -140,7 +140,7 @@ alias cont exec pkill -CONT # b : Open url -alias browse_cmd exec .config/ratpoison/exec_to_workspace 2 chromium --start-fullscreen --new-window https://google.com +alias browse_cmd exec .config/ratpoison/exec_to_workspace 2 chromium-dev --start-fullscreen --new-window https://google.com alias browse colon browse_cmd bind b browse # B : open a new firefox tab and browse to the X clipboard selection @@ -160,7 +160,7 @@ definekey top s-c colon cont definekey top s-x colon stop definekey top s-f exec firefox -definekey top s-v exec chromium +definekey top s-v exec chromium-dev 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 |