Changeset 92e496b in dotfiles for wm/.ratpoisonrc


Ignore:
Timestamp:
Jan 6, 2021, 1:41:50 AM (4 years ago)
Author:
Mikhail Kirillov <w96k@…>
Branches:
master
Children:
453c73d
Parents:
b4abc58
Message:

Change escape key (C-t) in ratpoison to C-Menu

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wm/.ratpoisonrc

    rb4abc58 r92e496b  
     1# Change default ratpoison bind
     2escape C-Menu
     3
    14# Hide the cursor on window switch
    25addhook switchwin banish
     6
     7# Window numbering
     8set framesels 1234567890abcdefg
    39
    410set font "Fira Mono:size=10.5"
     
    1824
    1925# Run or raise Nyxt
    20 bind B Nyxt
     26bind B nyxt
    2127
    2228# Run or raise Icecat
     
    2834# Shortcut for running commands
    2935bind semicolon exec colon
     36
     37alias cpu exec ratpoison -c "echo $(lscpu | grep 'CPU MHz')"
     38
     39# Show cpu info
     40bind C cpu
    3041
    3142# Emacs-like switching windows
Note: See TracChangeset for help on using the changeset viewer.