mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-12 11:14:21 +02:00
terminal: use xfce4-terminal
While rxvt-unicode is great, it doesn't support xsettings making it difficult to use when DPI can change while running.
This commit is contained in:
parent
26651bc709
commit
3d903fc6ba
6 changed files with 30 additions and 397 deletions
|
@ -9,8 +9,6 @@ local execute = {
|
|||
"xset -b", -- Disable bell
|
||||
-- Enable numlock
|
||||
"numlockx on",
|
||||
-- Read resources
|
||||
"xrdb -merge " .. awful.util.getdir("config") .. "/Xresources",
|
||||
-- Default browser
|
||||
"xdg-mime default " .. config.browser .. ".desktop " ..
|
||||
"x-scheme-handler/http " ..
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue