mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-13 03:34:22 +02:00
tags: switch to shifty
This commit is contained in:
parent
a780d481c2
commit
ea09188897
10 changed files with 139 additions and 477 deletions
|
@ -1,6 +1,3 @@
|
|||
-- Startup
|
||||
local browser = "conkeror"
|
||||
|
||||
-- Setup display
|
||||
local xrandr = {
|
||||
naruto = "--output VGA1 --auto --output DVI1 --auto --left-of VGA1",
|
||||
|
@ -23,8 +20,8 @@ local execute = {
|
|||
-- Read resources
|
||||
"xrdb -merge " .. awful.util.getdir("config") .. "/Xresources",
|
||||
-- Default browser
|
||||
"xdg-mime default " .. browser .. ".desktop x-scheme-handler/http",
|
||||
"xdg-mime default " .. browser .. ".desktop x-scheme-handler/https"
|
||||
"xdg-mime default " .. config.browser .. ".desktop x-scheme-handler/http",
|
||||
"xdg-mime default " .. config.browser .. ".desktop x-scheme-handler/https"
|
||||
}
|
||||
|
||||
-- Keyboard/Mouse configuration
|
||||
|
@ -66,8 +63,6 @@ xrun("polkit-gnome-authentication-agent-1",
|
|||
xrun("Bluetooth Applet",
|
||||
"bluetooth-applet")
|
||||
xrun("pidgin", "pidgin -n")
|
||||
xrun("emacs")
|
||||
xrun(browser)
|
||||
|
||||
if config.hostname == "neo" then
|
||||
xrun("keepassx", "keepassx -min -lock")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue