mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-30 13:24:21 +02:00
browser: try Firefox a bit
This commit is contained in:
parent
ebf43cbbc5
commit
2c07d4e19a
1 changed files with 1 additions and 1 deletions
2
rc.lua
2
rc.lua
|
@ -58,7 +58,7 @@ config.layouts = {
|
||||||
awful.layout.suit.floating,
|
awful.layout.suit.floating,
|
||||||
}
|
}
|
||||||
config.hostname = awful.util.pread('uname -n'):gsub('\n', '')
|
config.hostname = awful.util.pread('uname -n'):gsub('\n', '')
|
||||||
config.browser = "chromium"
|
config.browser = "firefox"
|
||||||
|
|
||||||
-- Remaining modules
|
-- Remaining modules
|
||||||
loadrc("xrun") -- xrun function
|
loadrc("xrun") -- xrun function
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue