Reno is the second iteration of the AWMTK-powered AwesomeWM config.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

45 lines
1.6 KiB

2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
  1. # Global variables
  2. [global]
  3. terminal = "$HOME/.local/bin/st"
  4. browser = "prime-run librewolf"
  5. modkey = "Mod4"
  6. theme = "unity"
  7. shell = "zsh"
  8. # Keybindings
  9. # Format: <modifier>(+<modifier>+...)+<key> = "<command or :internal.function>"
  10. # "modkey" as modifier will be substituted for modkey variable in [global]
  11. [keys]
  12. modkey+Up = ":root.client_next"
  13. modkey+Down = ":root.client_previous"
  14. modkey+Control+Up = ":root.screen_next"
  15. modkey+Control+Down = ":root.screen_previous"
  16. modkey+Tab = ":root.client_swap"
  17. modkey+Return = ":root.spawn_terminal"
  18. modkey+Shift+Return = ":root.spawn_browser"
  19. # Client keys only work if a focused client exists
  20. modkey+Shift+c = ":client.kill"
  21. modkey+t = ":client.cycle_screen"
  22. modkey+o = ":client.ontop"
  23. modkey+b = ":client.below"
  24. modkey+f = ":client.fullscreen"
  25. modkey+n = ":client.minimize"
  26. modkey+m = ":client.maximize"
  27. modkey+p = ":client.pin"
  28. modkey+y = ":client.toggle_titlebars"
  29. # Widget keys
  30. modkey+r = ":dismal.run"
  31. modkey+s = ":help.show"
  32. Control+XF86AudioRaiseVolume = ":client.volume_up"
  33. Control+XF86AudioLowerVolume = ":client.volume_down"
  34. Control+XF86AudioMute = ":client.volume_mute"
  35. XF86MonBrightnessUp = ":battery.brightness_up"
  36. XF86MonBrightnessDown = ":battery.brightness_down"
  37. XF86AudioPlay = ":mpc.play"
  38. XF86AudioPrev = ":mpc.prev"
  39. XF86AudioNext = ":mpc.next"
  40. # Custom keys
  41. Print = "flameshot gui"
  42. Shift+Print = "flameshot launcher"