]>
git.madduck.net Git - etc/awesome.git/blobdiff - .config/awesome/rc.lua
madduck's git repository
Every one of the projects in this repository is available at the canonical
URL git://git.madduck.net/madduck/pub/<projectpath> — see
each project's metadata for the exact URL.
All patches and comments are welcome. Please squash your changes to logical
commits before using git-format-patch and git-send-email to
patches@ git. madduck. net .
If you'd read over the Git project's submission guidelines and adhered to them,
I'd be especially grateful.
SSH access, as well as push access can be individually
arranged .
If you use my repositories frequently, consider adding the following
snippet to ~/.gitconfig and using the third clone URL listed for each
project:
[url "git://git.madduck.net/madduck/"]
insteadOf = madduck:
master_width_factor = 0.33,
layout = layouts.tiled,
selected = true,
master_width_factor = 0.33,
layout = layouts.tiled,
selected = true,
- exec_once = { terminal .. " -name irc -e env MOSH_TITLE_NOPREFIX=true mosh -4 -- irc-host tmux new -As irc irssi" },
+ exec_once = { terminal .. " -name irc -e env MOSH_TITLE_NOPREFIX=true mosh --family=all -- irc-host tmux new -As irc irssi" },
- targets = { "catalyst/eDP1", "mtvic/eDP1", "gauting/eDP 1", "lehel/DisplayPort-2" },
+ targets = { "catalyst1?/eDP-?1", "mtvic1?/eDP-?1", "gauting/eDP-? 1", "lehel/DisplayPort-2" },
exclusive = true,
master_width_factor = 0.67,
layout = layouts.tiled,
exclusive = true,
master_width_factor = 0.67,
layout = layouts.tiled,
exec_once = { "revolt" },
instance = { "Revolt" },
exec_once = { "revolt" },
instance = { "Revolt" },
- targets = { "catalyst/eDP1", "mtvic/eDP1", "gauting/eDP 1", "lehel/DisplayPort-2" },
+ targets = { "catalyst1?/eDP-?1", "mtvic1?/eDP-?1", "gauting/eDP-? 1", "lehel/DisplayPort-2" },
layout = layouts.default,
exec_once = { "thunderbird" },
class = { "thunderbird" },
layout = layouts.default,
exec_once = { "thunderbird" },
class = { "thunderbird" },
- targets = { "catalyst/DP2-1", "mtvic/eDP1", "gauting/eDP 1", "lehel/DisplayPort-1" },
+ targets = { "catalyst1?/DP-?[12]-1", "mtvic1?/eDP-?1", "gauting/eDP-? 1", "lehel/DisplayPort-1" },
layout = layouts.default,
exec_once = { "chromium" },
class = { "Chromium" },
layout = layouts.default,
exec_once = { "chromium" },
class = { "Chromium" },
- targets = { "catalyst/DP2-1", "mtvic/eDP1", "gauting/eDP 1", "lehel/DisplayPort-1", "present/HDMI.*" },
+ targets = { "catalyst1?/DP-?[12]-1", "mtvic1?/eDP-?1", "gauting/eDP-? 1", "lehel/DisplayPort-1", "present/HDMI.*" },
layout = layouts.default,
exec_once = { "firefox" },
class = { "Firefox" },
layout = layouts.default,
exec_once = { "firefox" },
class = { "Firefox" },
- targets = { "catalyst/DP2-1", "mtvic/eDP1", "gauting/eDP 1", "lehel/DisplayPort-1", "present/HDMI.*" },
+ targets = { "catalyst1?/DP-?[12]-1", "mtvic1?/eDP-?1", "gauting/eDP-? 1", "lehel/DisplayPort-1", "present/HDMI.*" },
awful.key({ cmdkey }, "v", function () awful.spawn("virt-manager") end),
awful.key({ cmdkey }, "l", function () awful.spawn("libreoffice") end),
awful.key({ cmdkey }, "f", function () awful.spawn("thunar") end),
awful.key({ cmdkey }, "v", function () awful.spawn("virt-manager") end),
awful.key({ cmdkey }, "l", function () awful.spawn("libreoffice") end),
awful.key({ cmdkey }, "f", function () awful.spawn("thunar") end),
-awful.key({ cmdkey }, "i", function () awful.spawn(terminal .. " -name irc -e env MOSH_TITLE_NOPREFIX=true mosh -4 -- irc-host tmux new -As irc irssi") end),
+awful.key({ cmdkey }, "i", function () awful.spawn(terminal .. " -name irc -e env MOSH_TITLE_NOPREFIX=true mosh --family=all -- irc-host tmux new -As irc irssi") end),
awful.key({ cmdkey }, "x", function ()
awful.spawn("/usr/bin/xscreensaver -no-capture-stderr")
os.execute("sleep 5")
awful.key({ cmdkey }, "x", function ()
awful.spawn("/usr/bin/xscreensaver -no-capture-stderr")
os.execute("sleep 5")
buttons = clientbuttons,
screen = awful.screen.preferred,
placement = awful.placement.no_overlap+awful.placement.no_offscreen,
buttons = clientbuttons,
screen = awful.screen.preferred,
placement = awful.placement.no_overlap+awful.placement.no_offscreen,
+ floating = false,
+ maximized = false,
},
},
{ rule = { type = "dialog" },
},
},
{ rule = { type = "dialog" },
{ rule = { instance = "irc" },
callback = move_to_tag_by_name(nil, "irc"),
},
{ rule = { instance = "irc" },
callback = move_to_tag_by_name(nil, "irc"),
},
- { rule = { class = "Revolt" },
- callback = move_to_tag_by_name(nil, "[m]"),
- },
{ rule_any = { class = { "Firefox", "firefox" } },
callback = move_to_tag_by_name(nil, "ffx"),
},
{ rule_any = { class = { "Firefox", "firefox" } },
callback = move_to_tag_by_name(nil, "ffx"),
},