Skip to content

Commit

Permalink
Add awesome wm configuration example (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
kvaps authored Jun 28, 2020
1 parent 99738e1 commit 9d0553c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,11 @@ i3 Configuration
* bindsym $mod+Shift+Return exec ``cd "$(xcwd)" && exec xterm``
* bindsym $mod+Shift+Return exec ``gnome-terminal --working-directory="`xcwd`"``
* bindsym $mod+p exec ``pcmanfm "`xcwd`"``


Awesome WM Configuration
------------------------
```lua
awful.key({ modkey, "Shift" }, "Return", function () awful.util.spawn("sh -c 'termite -d \"$(xcwd)\"'") end,
{description = "open a terminal on current path", group = "launcher"}),
```

0 comments on commit 9d0553c

Please sign in to comment.