Changeset 92e496b in dotfiles for wm/.ratpoisonrc
- Timestamp:
- Jan 6, 2021, 1:41:50 AM (4 years ago)
- Branches:
- master
- Children:
- 453c73d
- Parents:
- b4abc58
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
wm/.ratpoisonrc
rb4abc58 r92e496b 1 # Change default ratpoison bind 2 escape C-Menu 3 1 4 # Hide the cursor on window switch 2 5 addhook switchwin banish 6 7 # Window numbering 8 set framesels 1234567890abcdefg 3 9 4 10 set font "Fira Mono:size=10.5" … … 18 24 19 25 # Run or raise Nyxt 20 bind B Nyxt26 bind B nyxt 21 27 22 28 # Run or raise Icecat … … 28 34 # Shortcut for running commands 29 35 bind semicolon exec colon 36 37 alias cpu exec ratpoison -c "echo $(lscpu | grep 'CPU MHz')" 38 39 # Show cpu info 40 bind C cpu 30 41 31 42 # Emacs-like switching windows
Note:
See TracChangeset
for help on using the changeset viewer.