aboutsummaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authortdro <tdro@users.noreply.github.com>2020-11-19 22:26:58 -0500
committertdro <tdro@users.noreply.github.com>2020-11-19 22:26:58 -0500
commit48b5b89dbe0d0ae68fafb3b38e5a3f90ed3cab76 (patch)
tree88a2cc129ac2bbde4100d95ef08cd6dc6ca9e4bc /.config
parent0d04bf6a76852089d43f5e3b45e81c56d07a0acf (diff)
downloaddotfiles-48b5b89dbe0d0ae68fafb3b38e5a3f90ed3cab76.tar.gz
dotfiles-48b5b89dbe0d0ae68fafb3b38e5a3f90ed3cab76.tar.bz2
dotfiles-48b5b89dbe0d0ae68fafb3b38e5a3f90ed3cab76.zip
.config/xbindkeysrc: Control toggle full screen
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 dbcfc05..fe041d0 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, }, "f", function (c) c.fullscreen = not c.fullscreen c:raise() end), -- Toggle fullscreen
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 ac608bb..4aed743 100644
--- a/.config/xbindkeysrc
+++ b/.config/xbindkeysrc
@@ -10,6 +10,10 @@
"wmctrl -c :ACTIVE:"
Mod4 + Shift + c
+# Toggle fullscreen active window
+"wmctrl -r :ACTIVE: -b toggle,fullscreen"
+ Mod4 + f
+
# Priv App Launcher
"$HOME/.local/bin/scripts/app-launcher-priv"
Mod4 + d