Skip to content

Commit de4760d

Browse files
committed
Merge branch 'staging'
2 parents 8de5c42 + 21c54d7 commit de4760d

File tree

5 files changed

+2
-1
lines changed

5 files changed

+2
-1
lines changed

assets/floating.png

436 KB
Loading

assets/scrot.jpg

-216 KB
Binary file not shown.

assets/tiling.png

86.7 KB
Loading

src/config.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,3 +232,4 @@ const unordered_map<string, vector<Action>>& Config::keybind_rules() const {
232232
const vector<string>& Config::autostart_rules() const {
233233
return autostart_rules_;
234234
}
235+

src/wm.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ void WindowManager::OnKeyPress(const XKeyEvent& e) {
296296
wm_utils::KeysymToStr(dpy_, e.keycode) // key str, e.g., "q"
297297
);
298298

299-
for (auto action : actions) {
299+
for (auto action : actions) {
300300
switch (action.type()) {
301301
case ActionType::TILE_H:
302302
workspaces_[current_]->SetTilingDirection(Direction::HORIZONTAL);

0 commit comments

Comments
 (0)