aboutsummaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authortdro <tdro@users.noreply.github.com>2020-11-20 01:15:54 -0500
committertdro <tdro@users.noreply.github.com>2020-11-20 01:15:54 -0500
commit1d7ed54def0cba08d56818f55094f7971bf49bf2 (patch)
treeb613c56cfdcd7950636e238857c40ace2ab16aaa /.config
parent49e40db3603f2029ce8c92abaf7f2902b1485cd5 (diff)
downloaddotfiles-1d7ed54def0cba08d56818f55094f7971bf49bf2.tar.gz
dotfiles-1d7ed54def0cba08d56818f55094f7971bf49bf2.tar.bz2
dotfiles-1d7ed54def0cba08d56818f55094f7971bf49bf2.zip
.config/xbindkeysrc: Control ontop property
Diffstat (limited to '.config')
-rw-r--r--.config/awesome/rc.lua1
-rw-r--r--.config/xbindkeysrc4
2 files changed, 4 insertions, 1 deletions
diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua
index fe041d0..b970f7b 100644
--- a/.config/awesome/rc.lua
+++ b/.config/awesome/rc.lua
@@ -297,7 +297,6 @@ clientkeys = gears.table.join(
awful.key({ modkey, "Control" }, "Return", function (c) c:swap(awful.client.getmaster()) end), -- Move to master
awful.key({ modkey, }, "o", function (c) c:move_to_screen() end), -- Move to screen
awful.key({ modkey, }, "m", function (c) c.maximized = not c.maximized c:raise() end), -- Maximize window
- awful.key({ modkey, }, "t", function (c) c.ontop = not c.ontop end), -- Keep window on top
awful.key({ modkey, }, "s", awful.client.floating.toggle) -- Toggle floating mode
)
diff --git a/.config/xbindkeysrc b/.config/xbindkeysrc
index 14a014f..9306761 100644
--- a/.config/xbindkeysrc
+++ b/.config/xbindkeysrc
@@ -14,6 +14,10 @@
"wmctrl -r :ACTIVE: -b toggle,fullscreen"
Mod4 + f
+# Toggle ontop active window
+"wmctrl -r :ACTIVE: -b toggle,above"
+ Mod4 + t
+
# Priv App Launcher
"$HOME/.local/bin/scripts/app-launcher-priv"
Mod4 + d