mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-30 05:14:22 +02:00
browser: switch to Chromium
Unfortunately, Pentadactyl seems to lag behind versions in Firefox. Let's test Chromium + Vimium for a bit.
This commit is contained in:
parent
4de2e72063
commit
4c041dd201
2 changed files with 2 additions and 2 deletions
2
rc.lua
2
rc.lua
|
@ -55,7 +55,7 @@ config.layouts = {
|
|||
awful.layout.suit.floating,
|
||||
}
|
||||
config.hostname = awful.util.pread('uname -n'):gsub('\n', '')
|
||||
config.browser = "iceweasel"
|
||||
config.browser = "chromium"
|
||||
|
||||
-- Remaining modules
|
||||
loadrc("xrun") -- xrun function
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
local xrandr = {
|
||||
naruto = "--output VGA1 --auto --output DVI1 --auto --left-of VGA1",
|
||||
neo = "--output HDMI-0 --auto --output DVI-0 --auto --right-of HDMI-0",
|
||||
alucard = "--output DVI-0 --auto --output DisplayPort-0 --auto --right-of DVI-0"
|
||||
alucard = "--output DVI-0 --auto --primary --output DisplayPort-0 --auto --right-of DVI-0"
|
||||
}
|
||||
if xrandr[config.hostname] then
|
||||
os.execute("xrandr " .. xrandr[config.hostname])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue