Advertisement
constantin-net

.lircrc

Jul 25th, 2018
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.18 KB | None | 0 0
  1. begin
  2. prog = irexec
  3. button = power2
  4. config = xte 'key XF86Sleep'
  5. delay = 1
  6. repeat = 1
  7. end
  8.  
  9. begin
  10. prog = irexec
  11. button = tvav
  12. config = xset dpms force off
  13. delay = 1
  14. repeat = 1
  15. end
  16.  
  17. begin
  18. prog = irexec
  19. button = volumedown
  20. config = xte 'key XF86AudioLowerVolume'
  21. delay = 1
  22. repeat = 1
  23. end
  24.  
  25. begin
  26. prog = irexec
  27. button = volumeup
  28. config = xte 'key XF86AudioRaiseVolume'
  29. delay = 1
  30. repeat = 1
  31. end
  32.  
  33. begin
  34. prog = irexec
  35. button = red
  36. config = xte 'keydown Shift_L' 'keydown Super_L' 'key C' 'keyup Shift_L' 'keyup Super_L'
  37. delay = 1
  38. repeat = 1
  39. end
  40.  
  41. begin
  42. prog = irexec
  43. button = green
  44. config = xte 'key f'
  45. delay = 1
  46. repeat = 1
  47. end
  48.  
  49. begin
  50. prog = irexec
  51. button = yellow
  52. config = xte 'key v'
  53. delay = 1
  54. repeat = 1
  55. end
  56.  
  57. begin
  58. prog = irexec
  59. button = blue
  60. config = xte 'key s'
  61. delay = 1
  62. repeat = 1
  63. end
  64.  
  65. begin
  66. prog = irexec
  67. button = power
  68. config = systemctl suspend
  69. delay = 1
  70. repeat = 1
  71. end
  72.  
  73. begin
  74. prog = irexec
  75. button = menu
  76. config = echo "mymainmenu:toggle({keygrabber=true})" | awesome-client
  77. delay = 1
  78. repeat = 1
  79. end
  80.  
  81. begin
  82. prog = irexec
  83. button = exit
  84. config = xte 'key BackSpace'
  85. delay = 1
  86. repeat = 1
  87. end
  88.  
  89. begin
  90. prog = irexec
  91. button = up
  92. config = xte 'key Up'
  93. delay = 1
  94. repeat = 1
  95. end
  96.  
  97. begin
  98. prog = irexec
  99. button = left
  100. config = xte 'key Left'
  101. delay = 1
  102. repeat = 1
  103. end
  104.  
  105. begin
  106. prog = irexec
  107. button = right
  108. config = xte 'key Right'
  109. delay = 1
  110. repeat = 1
  111. end
  112.  
  113. begin
  114. prog = irexec
  115. button = down
  116. config = xte 'key Down'
  117. delay = 1
  118. repeat = 1
  119. end
  120.  
  121. begin
  122. prog = irexec
  123. button = ok
  124. config = xte 'key Return'
  125. delay = 1
  126. repeat = 1
  127. end
  128.  
  129. begin
  130. prog = irexec
  131. button = epg
  132. config = xte 'key Tab'
  133. delay = 1
  134. repeat = 1
  135. end
  136.  
  137. begin
  138. prog = irexec
  139. button = info
  140. config = xte 'key Menu'
  141. delay = 1
  142. repeat = 1
  143. end
  144.  
  145. begin
  146. prog = irexec
  147. button = ttx
  148. config = echo "awful.tag.viewnext()" | awesome-client
  149. delay = 1
  150. repeat = 1
  151. end
  152.  
  153. begin
  154. prog = irexec
  155. button = audio
  156. config = xte 'keydown Shift_L' 'keydown 3' 'keyup 3' 'keyup Shift_L'
  157. delay = 1
  158. repeat = 1
  159. end
  160.  
  161. begin
  162. prog = irexec
  163. button = subt
  164. config = xte 'key j'
  165. delay = 1
  166. repeat = 1
  167. end
  168.  
  169. begin
  170. prog = irexec
  171. button = fav
  172. config = xte 'key Space'
  173. delay = 1
  174. repeat = 1
  175. end
  176.  
  177. begin
  178. prog = irexec
  179. button = goto
  180. config = echo "awful.tag.viewprev()" | awesome-client
  181. delay = 1
  182. repeat = 1
  183. end
  184.  
  185. begin
  186. prog = irexec
  187. button = mute
  188. config = xte 'key XF86AudioMute'
  189. delay = 1
  190. repeat = 1
  191. end
  192.  
  193. begin
  194. prog = irexec
  195. button = rec
  196. config = xte 'key Print'
  197. delay = 1
  198. repeat = 1
  199. end
  200.  
  201. begin
  202. prog = irexec
  203. button = play
  204. config = xte 'key XF86AudioPlay'
  205. delay = 1
  206. repeat = 1
  207. end
  208.  
  209. begin
  210. prog = irexec
  211. button = stop
  212. config = xte 'key XF86AudioStop'
  213. delay = 1
  214. repeat = 1
  215. end
  216.  
  217. begin
  218. prog = irexec
  219. button = next
  220. config = xte 'key XF86AudioNext'
  221. delay = 1
  222. repeat = 1
  223. end
  224.  
  225. begin
  226. prog = irexec
  227. button = prev
  228. config = xte 'key XF86AudioPrev'
  229. delay = 1
  230. repeat = 1
  231. end
  232.  
  233. begin
  234. prog = irexec
  235. button = jp
  236. config = xte 'key XF86Forward'
  237. delay = 1
  238. repeat = 1
  239. end
  240.  
  241. begin
  242. prog = irexec
  243. button = jm
  244. config = xte 'key XF86Back'
  245. delay = 1
  246. repeat = 1
  247. end
  248.  
  249. begin
  250. prog = irexec
  251. button = k1
  252. config = xte 'key 1'
  253. delay = 1
  254. repeat = 1
  255. end
  256.  
  257. begin
  258. prog = irexec
  259. button = k2
  260. config = xte 'key 2'
  261. delay = 1
  262. repeat = 1
  263. end
  264.  
  265. begin
  266. prog = irexec
  267. button = k3
  268. config = xte 'key 3'
  269. delay = 1
  270. repeat = 1
  271. end
  272.  
  273. begin
  274. prog = irexec
  275. button = k4
  276. config = xte 'key 4'
  277. delay = 1
  278. repeat = 1
  279. end
  280.  
  281. begin
  282. prog = irexec
  283. button = k5
  284. config = xte 'key 5'
  285. delay = 1
  286. repeat = 1
  287. end
  288.  
  289. begin
  290. prog = irexec
  291. button = k6
  292. config = xte 'key 6'
  293. delay = 1
  294. repeat = 1
  295. end
  296.  
  297. begin
  298. prog = irexec
  299. button = k7
  300. config = xte 'key 7'
  301. delay = 1
  302. repeat = 1
  303. end
  304.  
  305. begin
  306. prog = irexec
  307. button = k8
  308. config = xte 'key 8'
  309. delay = 1
  310. repeat = 1
  311. end
  312.  
  313. begin
  314. prog = irexec
  315. button = k9
  316. config = xte 'key 9'
  317. delay = 1
  318. repeat = 1
  319. end
  320.  
  321. begin
  322. prog = irexec
  323. button = k0
  324. config = xte 'key 0'
  325. delay = 1
  326. repeat = 1
  327. end
  328.  
  329. begin
  330. prog = irexec
  331. button = usb
  332. config = xte 'key XF86Search'
  333. delay = 1
  334. repeat = 1
  335. end
  336.  
  337. begin
  338. prog = irexec
  339. button = recall
  340. config = xte 'key F1'
  341. delay = 1
  342. repeat = 1
  343. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement