Advertisement
Guest User

Untitled

a guest
Jan 16th, 2019
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.32 KB | None | 0 0
  1. exec /usr/share/ratpoison/sloppy
  2. startup_message off
  3. set border 0
  4.  
  5. #bar appearance
  6. msgwait 5
  7. set winname class
  8. set barborder 1
  9. set inputwidth 300
  10.  
  11. set bargravity center
  12.  
  13. #escape
  14.  
  15. escape s-grave
  16.  
  17.  
  18. #apps
  19. definekey top s-space exec urxvt
  20. definekey top s-c exec google-chrome-beta
  21.  
  22. #splits
  23. definekey top s-x exec ~/.ratpoison/sp1
  24. definekey top s-s exec ~/.ratpoison/sp2
  25.  
  26. #focus
  27. definekey top s-Right focusright
  28. definekey top s-Left focusleft
  29. definekey top s-Up focusup
  30. definekey top s-Down focusdown
  31.  
  32. definekey top C-s-Right exchangeright
  33. definekey top C-s-Left exchangeleft
  34. definekey top C-s-Up exchangeup
  35. definekey top C-s-Down exchangedown
  36.  
  37. definekey top S-s-Left resize -6 0
  38. definekey top S-s-Right resize +6 0
  39. definekey top S-s-Up resize 0 +10
  40. definekey top S-s-Down resize 0 -10
  41.  
  42. definekey top C-S-s-Left resize -1 0
  43. definekey top C-S-s-Right resize +1 0
  44. definekey top C-S-s-Up resize 0 +1
  45. definekey top C-S-s-Down resize 0 -1
  46. definekey top Print exec maim -s | xclip -selection clipboard -t image/png
  47.  
  48.  
  49.  
  50. #window management
  51. definekey top s-r resize
  52. definekey top s-w remove
  53. definekey top s-q delete
  54. definekey top s-d dedicate
  55. definekey top s-u undo
  56. definekey top s-z redisplay
  57.  
  58.  
  59. #alt-tab switching
  60. definekey top M-ISO_Left_Tab prev
  61. definekey top M-Tab next
  62.  
  63. #fullscreen
  64. #definekey top s-f exec ~/.ratpoison/fs1
  65. definekey top s-f only
  66. definekey top s-z undo
  67.  
  68. #apps
  69.  
  70. #restart
  71. definekey top s-F12 exec ratpoison -c "restart"
  72.  
  73. exec ratpoison -c "banish"
  74.  
  75. #fork settings
  76. focus_policy sloppy
  77.  
  78. #virtual desktops
  79. #gnewbg one
  80. #gnewbg two
  81. #definekey top s-Next gprev
  82. #definekey top s-Prior gnext
  83.  
  84. #commands
  85. definekey top s-Return colon
  86. alias clock exec urxvt -e tty-clock -cC 1 -f %y%m%d
  87. alias cfg exec urxvt -e nano .ratpoisonrc
  88. alias reboot exec reboot
  89. alias suspend exec systemctl suspend
  90. alias t exec task add
  91. alias vit exec urxvt -e vit
  92. alias stopwatch exec urxvt -e stopwatch
  93. alias plex exec google-chrome-beta app-id=aghlkjcflkcaanjmefomlcfgflfdhkkg
  94. alias plexamp exec ./plexamp.appimage
  95. alias youtube exec google-chrome-beta --app=https://www.youtube.com/feed/subscriptions
  96. alias discord exec google-chrome-beta --app=https://discordapp.com/channels/275436245318893568/275436245318893568
  97. alias hangouts exec google-chrome-beta --app=https://hangouts.google.com/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement