This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 73
sowm: titlebars #57
Open
dylanaraps
wants to merge
1
commit into
master
Choose a base branch
from
title
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
sowm: titlebars #57
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This was referenced Feb 20, 2020
dylanaraps
force-pushed
the
title
branch
2 times, most recently
from
February 20, 2020 15:07
a8e7b1c
to
c950077
Compare
dylanaraps
force-pushed
the
title
branch
2 times, most recently
from
February 20, 2020 17:31
6f40867
to
7e731cc
Compare
Closed
I'm using st terminal on kiss. If I have one terminal window overlapping another and change focus to the unfocused window, the titlebar remains behind the newly unfocused window |
netbsd-srcmastr
pushed a commit
to NetBSD/pkgsrc
that referenced
this pull request
Apr 12, 2020
sowm (Simple Opinionated Window Manager) An itsy bitsy floating window manager. - Floating only. - Fullscreen toggle. - Window centering. - Mix of mouse and keyboard workflow. - Focus with cursor. - Rounded corners (through patch(dylanaraps/sowm#58)) - Titlebars (through patch(dylanaraps/sowm#57))
netbsd-srcmastr
pushed a commit
to NetBSD/pkgsrc
that referenced
this pull request
Apr 30, 2020
sowm (Simple Opinionated Window Manager) An itsy bitsy floating window manager. - Floating only. - Fullscreen toggle. - Window centering. - Mix of mouse and keyboard workflow. - Focus with cursor. - Rounded corners (through patch(dylanaraps/sowm#58)) - Titlebars (through patch(dylanaraps/sowm#57))
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Is it possible to turn this into a dwm patch? |
would be interesting , I was thinking the same! |
atmatto
added a commit
to atmatto/3e
that referenced
this pull request
Sep 2, 2023
Based on the approach taken by dylanaraps/sowm#57
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
NOTE: All future patches shall be done in this way. Keep a Pull Request open for eternity, GitHub will let you know if there are merge conflicts. Appending
.patch
allows you to obtain a downloadable patch file. You can also usegit
to merge these into your own fork.Far easier to maintain, each patch has a set author, etc etc.
Patch: https://patch-diff.githubusercontent.com/raw/dylanaraps/sowm/pull/57.patch