Skip to content

Commit

Permalink
Merge branch 'staging'
Browse files Browse the repository at this point in the history
  • Loading branch information
aesophor committed Feb 5, 2019
2 parents 8de5c42 + 21c54d7 commit de4760d
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 1 deletion.
Binary file added assets/floating.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/scrot.jpg
Binary file not shown.
Binary file added assets/tiling.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -232,3 +232,4 @@ const unordered_map<string, vector<Action>>& Config::keybind_rules() const {
const vector<string>& Config::autostart_rules() const {
return autostart_rules_;
}

2 changes: 1 addition & 1 deletion src/wm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ void WindowManager::OnKeyPress(const XKeyEvent& e) {
wm_utils::KeysymToStr(dpy_, e.keycode) // key str, e.g., "q"
);

for (auto action : actions) {
for (auto action : actions) {
switch (action.type()) {
case ActionType::TILE_H:
workspaces_[current_]->SetTilingDirection(Direction::HORIZONTAL);
Expand Down

0 comments on commit de4760d

Please sign in to comment.