dotfiles

*nix config files
git clone git://git.pyratebeard.net/dotfiles.git
Log | Files | Refs | README

commit 2547dc974edc7c7bf8f1a3516af5d0a1e19eef12
parent a902443ff57247e6aa84b90898c088dcbdfccb6d
Author: pyratebeard <root@pyratebeard.net>
Date:   Fri, 10 Nov 2017 21:03:18 +0000

open new clients on focused screen

Diffstat:
Mawesome/.config/awesome/rc.lua | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/awesome/.config/awesome/rc.lua b/awesome/.config/awesome/rc.lua @@ -402,6 +402,7 @@ awful.rules.rules = { focus = awful.client.focus.filter, raise = true, keys = clientkeys, + screen = awful.screen.focused, buttons = clientbuttons } }, -- -- Use `xprop` to find WM_CLASS