mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-26 19:58:35 +02:00
terminal: switch to my own custom terminal
This commit is contained in:
parent
e3f653acb5
commit
1d38a56327
2 changed files with 6 additions and 2 deletions
|
@ -55,6 +55,10 @@ Here some of the things you may be interested in:
|
|||
- On the debug front, I am quite happy with `dbg()` in
|
||||
`rc/debug.lua`.
|
||||
|
||||
Also, I am using my custom terminal (`vbeterm`). You need to change
|
||||
that in `rc.lua`. You can also find the sources on
|
||||
[GitHub](https://github.com/vincentbernat/vbeterm).
|
||||
|
||||
Things in `lib/` are meant to be reused. I am using my own `loadrc()`
|
||||
function to load modules and therefore, I prefix my modules with
|
||||
`vbe/`. Before reusing a module, you may want to change this. Another
|
||||
|
|
4
rc.lua
4
rc.lua
|
@ -45,8 +45,8 @@ os.execute("test -d " .. awful.util.getdir("cache") ..
|
|||
-- Global configuration
|
||||
modkey = "Mod4"
|
||||
config = {}
|
||||
config.terminal = "evilvte"
|
||||
config.termclass = "Evilvte"
|
||||
config.terminal = "vbeterm"
|
||||
config.termclass = "Vbeterm"
|
||||
config.layouts = {
|
||||
awful.layout.suit.tile,
|
||||
awful.layout.suit.tile.left,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue