https://github.com/sebastienelet/iterm2-borderless
⌨️ Iterm2 bin borderless
https://github.com/sebastienelet/iterm2-borderless
Last synced: 3 months ago
JSON representation
⌨️ Iterm2 bin borderless
- Host: GitHub
- URL: https://github.com/sebastienelet/iterm2-borderless
- Owner: SebastienElet
- Created: 2013-10-26T09:04:28.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2015-06-21T20:02:18.000Z (almost 11 years ago)
- Last Synced: 2026-01-14T13:11:25.160Z (5 months ago)
- Language: C
- Homepage:
- Size: 9.94 MB
- Stars: 70
- Watchers: 4
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
iterm2-borderless
================
Iterm2 binary borderless build on master#0232ba4
The patch applied to the original iterm2 is :
`````diff
--- PseudoTerminal.m
+++ PseudoTerminal.m
@@ -323,8 +323,7 @@
return NSBorderlessWindowMask;
default:
- return (NSTitledWindowMask |
- NSClosableWindowMask |
+ return (NSClosableWindowMask |
NSMiniaturizableWindowMask |
NSResizableWindowMask |
NSTexturedBackgroundWindowMask);
`````
Then a `xcodebuild`