2 |
DENIED
|
moderate
|
App\Entity\Entry {#1856
+user: Proxies\__CG__\App\Entity\User {#1916 …}
+magazine: App\Entity\Magazine {#314
+icon: Proxies\__CG__\App\Entity\Image {#295 …}
+name: "linux@lemmy.ml"
+title: "linux"
+description: """
From Wikipedia, the free encyclopedia\n
\n
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).\n
\n
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word “Linux” in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.\n
\n
### Rules\n
\n
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.\n
- No misinformation\n
- No NSFW content\n
- No hate speech, bigotry, etc\n
\n
### Related Communities\n
\n
- [!opensource@lemmy.ml](https://lemmy.ml/c/opensource)\n
- [!libre_culture@lemmy.ml](https://lemmy.ml/c/libre_culture)\n
- [!technology@lemmy.ml](https://lemmy.ml/c/technology)\n
- [!libre_hardware@lemmy.ml](https://lemmy.ml/c/libre_hardware)\n
\n
Community icon by [Alpár-Etele Méder](https://www.iconfinder.com/pocike), licensed under [CC BY 3.0](https://creativecommons.org/licenses/by/3.0/)
"""
+rules: null
+subscriptionsCount: 1
+entryCount: 1406
+entryCommentCount: 28632
+postCount: 6
+postCommentCount: 214
+isAdult: false
+customCss: null
+lastActive: DateTime @1729583542 {#322
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#286 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#282 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#271 …}
+entries: Doctrine\ORM\PersistentCollection {#229 …}
+posts: Doctrine\ORM\PersistentCollection {#187 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#249 …}
+bans: Doctrine\ORM\PersistentCollection {#166 …}
+reports: Doctrine\ORM\PersistentCollection {#152 …}
+badges: Doctrine\ORM\PersistentCollection {#130 …}
+logs: Doctrine\ORM\PersistentCollection {#120 …}
+awards: Doctrine\ORM\PersistentCollection {#109 …}
+categories: Doctrine\ORM\PersistentCollection {#96 …}
-id: 73
+apId: "linux@lemmy.ml"
+apProfileId: "https://lemmy.ml/c/linux"
+apPublicUrl: "https://lemmy.ml/c/linux"
+apFollowersUrl: "https://lemmy.ml/c/linux/followers"
+apInboxUrl: "https://lemmy.ml/inbox"
+apDomain: "lemmy.ml"
+apPreferredUsername: "linux"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1729583596 {#323
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#317
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1963 …}
+slug: "How-I-can-enable-i3-gaps"
+title: "How I can enable i3-gaps?"
+url: null
+body: """
I started to use i3 and I love it so far, and then I tried to enable i3-gaps on i3 but when I tried to enable it I receive this error I don’t understand at all…\n
\n
```\n
\n
<span style="color:#323232;">ERROR: CONFIG: (in file /home/$USER/.config/i3/config)\n
</span><span style="color:#323232;">ERROR: CONFIG: Line 214: # Gaps\n
</span><span style="color:#323232;">ERROR: CONFIG: Line 215: for_window [class="^.*"] border pixel 2\n
</span><span style="color:#323232;">ERROR: CONFIG: Line 216: gaps inner 10\n
</span><span style="color:#323232;">ERROR: CONFIG: ^^^^^^^^^^^^^\n
</span><span style="color:#323232;">ERROR: CONFIG: Line 217: gaps outer 10\n
</span><span style="color:#323232;">ERROR: CONFIG: Line 218: \n
</span><span style="color:#323232;">ERROR: CONFIG: Expected one of these tokens: <end>, '#', 'set ', 'set ', 'set_from_resource', 'include', 'bindsym', 'bindcode', 'bind', 'bar', 'font', 'mode', 'floating_minimum_size', 'floating_maximum_size', 'floating_modifier', 'default_orientation', 'workspace_layout', 'default_border', 'new_window', 'default_floating_border', 'new_float', 'hide_edge_borders', 'for_window', 'assign', 'no_focus', 'focus_follows_mouse', 'mouse_warping', 'focus_wrapping', 'force_focus_wrapping', 'force_xinerama', 'force-xinerama', 'disable_randr15', 'disable-randr15', 'workspace_auto_back_and_forth', 'fake_outputs', 'fake-outputs', 'force_display_urgency_hint', 'focus_on_window_activation', 'title_align', 'show_marks', 'workspace', 'ipc_socket', 'ipc-socket', 'ipc_kill_timeout', 'restart_state', 'popup_during_fullscreen', 'exec_always', 'exec', 'client.background', 'client.focused_inactive', 'client.focused', 'client.unfocused', 'client.urgent', 'client.placeholder'\n
</span><span style="color:#323232;">ERROR: CONFIG: (in file /home/$USER/.config/i3/config)\n
</span><span style="color:#323232;">ERROR: CONFIG: Line 215: for_window [class="^.*"] border pixel 2\n
</span><span style="color:#323232;">ERROR: CONFIG: Line 216: gaps inner 10\n
</span><span style="color:#323232;">ERROR: CONFIG: Line 217: gaps outer 10\n
</span><span style="color:#323232;">ERROR: CONFIG: ^^^^^^^^^^^^^\n
</span><span style="color:#323232;">ERROR: CONFIG: Line 218: \n
</span><span style="color:#323232;">ERROR: FYI: You are using i3 version 4.20.1 (2021-11-03)\n
</span>\n
```\n
\n
According to Debian i3 wiki, you just need to add ‘gaps inner 10’ to your config file to make it work, but I do exactly that and it didn’t work, I receive the same exact message.
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 5
+favouriteCount: 15
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1724257023 {#2407
date: 2024-08-21 18:17:03.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2412 …}
+votes: Doctrine\ORM\PersistentCollection {#1867 …}
+reports: Doctrine\ORM\PersistentCollection {#1860 …}
+favourites: Doctrine\ORM\PersistentCollection {#1928 …}
+notifications: Doctrine\ORM\PersistentCollection {#1364 …}
+badges: Doctrine\ORM\PersistentCollection {#1398 …}
+children: []
-id: 30758
-titleTs: "'enabl':4 'gap':7 'i3':6 'i3-gaps':5"
-bodyTs: "'-03':241 '-11':240 '/home':44,199 '10':67,76,217,224,254 '2':60,210 '2021':239 '214':49 '215':54,204 '216':64,214 '217':73,221 '218':80,230 '4.20.1':238 'accord':242 'activ':166 'add':251 'align':168 'alway':186 'assign':126 'auto':150 'back':151 'bar':97 'bind':96 'bindcod':95 'bindsym':94 'border':58,113,118,123,208 'class':57,207 'client.background':188 'client.focused':189,191 'client.placeholder':194 'client.unfocused':192 'client.urgent':193 'config':41,47,52,62,69,71,78,82,196,202,212,219,226,228,257 'debian':244 'default':108,112,116 'didn':270 'disabl':144,147 'disable-randr15':146 'display':160 'edg':122 'enabl':17,28 'error':33,40,46,51,61,68,70,77,81,195,201,211,218,225,227,231 'exact':266,277 'exec':185,187 'expect':83 'fake':154,157 'fake-output':156 'far':11 'file':43,198,258 'float':100,103,106,117,120 'focus':128,129,134,137,163 'follow':130 'font':98 'forc':136,139,142,159 'force-xinerama':141 'forth':153 'fullscreen':184 'fyi':232 'gap':20,50,65,74,215,222,252 'hide':121 'hint':162 'i3':5,19,22,236,245 'i3-gaps':18 'inact':190 'includ':93 'inner':66,216,253 'ipc':172,175,177 'ipc-socket':174 'kill':178 'layout':111 'line':48,53,63,72,79,203,213,220,229 'love':8 'make':260 'mark':170 'maximum':104 'messag':278 'minimum':101 'mode':99 'modifi':107 'mous':131,132 'need':249 'new':114,119 'one':84 'orient':109 'outer':75,223 'output':155,158 'pixel':59,209 'popup':182 'randr15':145,148 'receiv':31,274 'resourc':92 'restart':180 'set':88,89,90 'show':169 'size':102,105 'socket':173,176 'start':2 'state':181 'timeout':179 'titl':167 'token':87 'tri':15,26 'understand':37 'urgenc':161 'use':4,235 'user/.config/i3/config':45,200 'version':237 'warp':133 'wiki':246 'window':56,115,125,165,206 'work':262,272 'workspac':110,149,171 'wrap':135,138 'xinerama':140,143"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1705412394
+visibility: "visible "
+apId: "https://lemmy.dbzer0.com/post/12408353"
+editedAt: DateTimeImmutable @1724254392 {#100
date: 2024-08-21 17:33:12.0 +02:00
}
+createdAt: DateTimeImmutable @1705348394 {#1821
date: 2024-01-15 20:53:14.0 +01:00
}
} |
3 |
DENIED
|
edit
|
App\Entity\Entry {#1856
+user: Proxies\__CG__\App\Entity\User {#1916 …}
+magazine: App\Entity\Magazine {#314
+icon: Proxies\__CG__\App\Entity\Image {#295 …}
+name: "linux@lemmy.ml"
+title: "linux"
+description: """
From Wikipedia, the free encyclopedia\n
\n
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).\n
\n
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word “Linux” in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.\n
\n
### Rules\n
\n
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.\n
- No misinformation\n
- No NSFW content\n
- No hate speech, bigotry, etc\n
\n
### Related Communities\n
\n
- [!opensource@lemmy.ml](https://lemmy.ml/c/opensource)\n
- [!libre_culture@lemmy.ml](https://lemmy.ml/c/libre_culture)\n
- [!technology@lemmy.ml](https://lemmy.ml/c/technology)\n
- [!libre_hardware@lemmy.ml](https://lemmy.ml/c/libre_hardware)\n
\n
Community icon by [Alpár-Etele Méder](https://www.iconfinder.com/pocike), licensed under [CC BY 3.0](https://creativecommons.org/licenses/by/3.0/)
"""
+rules: null
+subscriptionsCount: 1
+entryCount: 1406
+entryCommentCount: 28632
+postCount: 6
+postCommentCount: 214
+isAdult: false
+customCss: null
+lastActive: DateTime @1729583542 {#322
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#286 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#282 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#271 …}
+entries: Doctrine\ORM\PersistentCollection {#229 …}
+posts: Doctrine\ORM\PersistentCollection {#187 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#249 …}
+bans: Doctrine\ORM\PersistentCollection {#166 …}
+reports: Doctrine\ORM\PersistentCollection {#152 …}
+badges: Doctrine\ORM\PersistentCollection {#130 …}
+logs: Doctrine\ORM\PersistentCollection {#120 …}
+awards: Doctrine\ORM\PersistentCollection {#109 …}
+categories: Doctrine\ORM\PersistentCollection {#96 …}
-id: 73
+apId: "linux@lemmy.ml"
+apProfileId: "https://lemmy.ml/c/linux"
+apPublicUrl: "https://lemmy.ml/c/linux"
+apFollowersUrl: "https://lemmy.ml/c/linux/followers"
+apInboxUrl: "https://lemmy.ml/inbox"
+apDomain: "lemmy.ml"
+apPreferredUsername: "linux"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1729583596 {#323
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#317
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1963 …}
+slug: "How-I-can-enable-i3-gaps"
+title: "How I can enable i3-gaps?"
+url: null
+body: """
I started to use i3 and I love it so far, and then I tried to enable i3-gaps on i3 but when I tried to enable it I receive this error I don’t understand at all…\n
\n
```\n
\n
<span style="color:#323232;">ERROR: CONFIG: (in file /home/$USER/.config/i3/config)\n
</span><span style="color:#323232;">ERROR: CONFIG: Line 214: # Gaps\n
</span><span style="color:#323232;">ERROR: CONFIG: Line 215: for_window [class="^.*"] border pixel 2\n
</span><span style="color:#323232;">ERROR: CONFIG: Line 216: gaps inner 10\n
</span><span style="color:#323232;">ERROR: CONFIG: ^^^^^^^^^^^^^\n
</span><span style="color:#323232;">ERROR: CONFIG: Line 217: gaps outer 10\n
</span><span style="color:#323232;">ERROR: CONFIG: Line 218: \n
</span><span style="color:#323232;">ERROR: CONFIG: Expected one of these tokens: <end>, '#', 'set ', 'set ', 'set_from_resource', 'include', 'bindsym', 'bindcode', 'bind', 'bar', 'font', 'mode', 'floating_minimum_size', 'floating_maximum_size', 'floating_modifier', 'default_orientation', 'workspace_layout', 'default_border', 'new_window', 'default_floating_border', 'new_float', 'hide_edge_borders', 'for_window', 'assign', 'no_focus', 'focus_follows_mouse', 'mouse_warping', 'focus_wrapping', 'force_focus_wrapping', 'force_xinerama', 'force-xinerama', 'disable_randr15', 'disable-randr15', 'workspace_auto_back_and_forth', 'fake_outputs', 'fake-outputs', 'force_display_urgency_hint', 'focus_on_window_activation', 'title_align', 'show_marks', 'workspace', 'ipc_socket', 'ipc-socket', 'ipc_kill_timeout', 'restart_state', 'popup_during_fullscreen', 'exec_always', 'exec', 'client.background', 'client.focused_inactive', 'client.focused', 'client.unfocused', 'client.urgent', 'client.placeholder'\n
</span><span style="color:#323232;">ERROR: CONFIG: (in file /home/$USER/.config/i3/config)\n
</span><span style="color:#323232;">ERROR: CONFIG: Line 215: for_window [class="^.*"] border pixel 2\n
</span><span style="color:#323232;">ERROR: CONFIG: Line 216: gaps inner 10\n
</span><span style="color:#323232;">ERROR: CONFIG: Line 217: gaps outer 10\n
</span><span style="color:#323232;">ERROR: CONFIG: ^^^^^^^^^^^^^\n
</span><span style="color:#323232;">ERROR: CONFIG: Line 218: \n
</span><span style="color:#323232;">ERROR: FYI: You are using i3 version 4.20.1 (2021-11-03)\n
</span>\n
```\n
\n
According to Debian i3 wiki, you just need to add ‘gaps inner 10’ to your config file to make it work, but I do exactly that and it didn’t work, I receive the same exact message.
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 5
+favouriteCount: 15
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1724257023 {#2407
date: 2024-08-21 18:17:03.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2412 …}
+votes: Doctrine\ORM\PersistentCollection {#1867 …}
+reports: Doctrine\ORM\PersistentCollection {#1860 …}
+favourites: Doctrine\ORM\PersistentCollection {#1928 …}
+notifications: Doctrine\ORM\PersistentCollection {#1364 …}
+badges: Doctrine\ORM\PersistentCollection {#1398 …}
+children: []
-id: 30758
-titleTs: "'enabl':4 'gap':7 'i3':6 'i3-gaps':5"
-bodyTs: "'-03':241 '-11':240 '/home':44,199 '10':67,76,217,224,254 '2':60,210 '2021':239 '214':49 '215':54,204 '216':64,214 '217':73,221 '218':80,230 '4.20.1':238 'accord':242 'activ':166 'add':251 'align':168 'alway':186 'assign':126 'auto':150 'back':151 'bar':97 'bind':96 'bindcod':95 'bindsym':94 'border':58,113,118,123,208 'class':57,207 'client.background':188 'client.focused':189,191 'client.placeholder':194 'client.unfocused':192 'client.urgent':193 'config':41,47,52,62,69,71,78,82,196,202,212,219,226,228,257 'debian':244 'default':108,112,116 'didn':270 'disabl':144,147 'disable-randr15':146 'display':160 'edg':122 'enabl':17,28 'error':33,40,46,51,61,68,70,77,81,195,201,211,218,225,227,231 'exact':266,277 'exec':185,187 'expect':83 'fake':154,157 'fake-output':156 'far':11 'file':43,198,258 'float':100,103,106,117,120 'focus':128,129,134,137,163 'follow':130 'font':98 'forc':136,139,142,159 'force-xinerama':141 'forth':153 'fullscreen':184 'fyi':232 'gap':20,50,65,74,215,222,252 'hide':121 'hint':162 'i3':5,19,22,236,245 'i3-gaps':18 'inact':190 'includ':93 'inner':66,216,253 'ipc':172,175,177 'ipc-socket':174 'kill':178 'layout':111 'line':48,53,63,72,79,203,213,220,229 'love':8 'make':260 'mark':170 'maximum':104 'messag':278 'minimum':101 'mode':99 'modifi':107 'mous':131,132 'need':249 'new':114,119 'one':84 'orient':109 'outer':75,223 'output':155,158 'pixel':59,209 'popup':182 'randr15':145,148 'receiv':31,274 'resourc':92 'restart':180 'set':88,89,90 'show':169 'size':102,105 'socket':173,176 'start':2 'state':181 'timeout':179 'titl':167 'token':87 'tri':15,26 'understand':37 'urgenc':161 'use':4,235 'user/.config/i3/config':45,200 'version':237 'warp':133 'wiki':246 'window':56,115,125,165,206 'work':262,272 'workspac':110,149,171 'wrap':135,138 'xinerama':140,143"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1705412394
+visibility: "visible "
+apId: "https://lemmy.dbzer0.com/post/12408353"
+editedAt: DateTimeImmutable @1724254392 {#100
date: 2024-08-21 17:33:12.0 +02:00
}
+createdAt: DateTimeImmutable @1705348394 {#1821
date: 2024-01-15 20:53:14.0 +01:00
}
} |
4 |
DENIED
|
moderate
|
App\Entity\Entry {#1856
+user: Proxies\__CG__\App\Entity\User {#1916 …}
+magazine: App\Entity\Magazine {#314
+icon: Proxies\__CG__\App\Entity\Image {#295 …}
+name: "linux@lemmy.ml"
+title: "linux"
+description: """
From Wikipedia, the free encyclopedia\n
\n
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).\n
\n
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word “Linux” in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.\n
\n
### Rules\n
\n
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.\n
- No misinformation\n
- No NSFW content\n
- No hate speech, bigotry, etc\n
\n
### Related Communities\n
\n
- [!opensource@lemmy.ml](https://lemmy.ml/c/opensource)\n
- [!libre_culture@lemmy.ml](https://lemmy.ml/c/libre_culture)\n
- [!technology@lemmy.ml](https://lemmy.ml/c/technology)\n
- [!libre_hardware@lemmy.ml](https://lemmy.ml/c/libre_hardware)\n
\n
Community icon by [Alpár-Etele Méder](https://www.iconfinder.com/pocike), licensed under [CC BY 3.0](https://creativecommons.org/licenses/by/3.0/)
"""
+rules: null
+subscriptionsCount: 1
+entryCount: 1406
+entryCommentCount: 28632
+postCount: 6
+postCommentCount: 214
+isAdult: false
+customCss: null
+lastActive: DateTime @1729583542 {#322
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#286 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#282 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#271 …}
+entries: Doctrine\ORM\PersistentCollection {#229 …}
+posts: Doctrine\ORM\PersistentCollection {#187 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#249 …}
+bans: Doctrine\ORM\PersistentCollection {#166 …}
+reports: Doctrine\ORM\PersistentCollection {#152 …}
+badges: Doctrine\ORM\PersistentCollection {#130 …}
+logs: Doctrine\ORM\PersistentCollection {#120 …}
+awards: Doctrine\ORM\PersistentCollection {#109 …}
+categories: Doctrine\ORM\PersistentCollection {#96 …}
-id: 73
+apId: "linux@lemmy.ml"
+apProfileId: "https://lemmy.ml/c/linux"
+apPublicUrl: "https://lemmy.ml/c/linux"
+apFollowersUrl: "https://lemmy.ml/c/linux/followers"
+apInboxUrl: "https://lemmy.ml/inbox"
+apDomain: "lemmy.ml"
+apPreferredUsername: "linux"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1729583596 {#323
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#317
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1963 …}
+slug: "How-I-can-enable-i3-gaps"
+title: "How I can enable i3-gaps?"
+url: null
+body: """
I started to use i3 and I love it so far, and then I tried to enable i3-gaps on i3 but when I tried to enable it I receive this error I don’t understand at all…\n
\n
```\n
\n
<span style="color:#323232;">ERROR: CONFIG: (in file /home/$USER/.config/i3/config)\n
</span><span style="color:#323232;">ERROR: CONFIG: Line 214: # Gaps\n
</span><span style="color:#323232;">ERROR: CONFIG: Line 215: for_window [class="^.*"] border pixel 2\n
</span><span style="color:#323232;">ERROR: CONFIG: Line 216: gaps inner 10\n
</span><span style="color:#323232;">ERROR: CONFIG: ^^^^^^^^^^^^^\n
</span><span style="color:#323232;">ERROR: CONFIG: Line 217: gaps outer 10\n
</span><span style="color:#323232;">ERROR: CONFIG: Line 218: \n
</span><span style="color:#323232;">ERROR: CONFIG: Expected one of these tokens: <end>, '#', 'set ', 'set ', 'set_from_resource', 'include', 'bindsym', 'bindcode', 'bind', 'bar', 'font', 'mode', 'floating_minimum_size', 'floating_maximum_size', 'floating_modifier', 'default_orientation', 'workspace_layout', 'default_border', 'new_window', 'default_floating_border', 'new_float', 'hide_edge_borders', 'for_window', 'assign', 'no_focus', 'focus_follows_mouse', 'mouse_warping', 'focus_wrapping', 'force_focus_wrapping', 'force_xinerama', 'force-xinerama', 'disable_randr15', 'disable-randr15', 'workspace_auto_back_and_forth', 'fake_outputs', 'fake-outputs', 'force_display_urgency_hint', 'focus_on_window_activation', 'title_align', 'show_marks', 'workspace', 'ipc_socket', 'ipc-socket', 'ipc_kill_timeout', 'restart_state', 'popup_during_fullscreen', 'exec_always', 'exec', 'client.background', 'client.focused_inactive', 'client.focused', 'client.unfocused', 'client.urgent', 'client.placeholder'\n
</span><span style="color:#323232;">ERROR: CONFIG: (in file /home/$USER/.config/i3/config)\n
</span><span style="color:#323232;">ERROR: CONFIG: Line 215: for_window [class="^.*"] border pixel 2\n
</span><span style="color:#323232;">ERROR: CONFIG: Line 216: gaps inner 10\n
</span><span style="color:#323232;">ERROR: CONFIG: Line 217: gaps outer 10\n
</span><span style="color:#323232;">ERROR: CONFIG: ^^^^^^^^^^^^^\n
</span><span style="color:#323232;">ERROR: CONFIG: Line 218: \n
</span><span style="color:#323232;">ERROR: FYI: You are using i3 version 4.20.1 (2021-11-03)\n
</span>\n
```\n
\n
According to Debian i3 wiki, you just need to add ‘gaps inner 10’ to your config file to make it work, but I do exactly that and it didn’t work, I receive the same exact message.
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 5
+favouriteCount: 15
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1724257023 {#2407
date: 2024-08-21 18:17:03.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2412 …}
+votes: Doctrine\ORM\PersistentCollection {#1867 …}
+reports: Doctrine\ORM\PersistentCollection {#1860 …}
+favourites: Doctrine\ORM\PersistentCollection {#1928 …}
+notifications: Doctrine\ORM\PersistentCollection {#1364 …}
+badges: Doctrine\ORM\PersistentCollection {#1398 …}
+children: []
-id: 30758
-titleTs: "'enabl':4 'gap':7 'i3':6 'i3-gaps':5"
-bodyTs: "'-03':241 '-11':240 '/home':44,199 '10':67,76,217,224,254 '2':60,210 '2021':239 '214':49 '215':54,204 '216':64,214 '217':73,221 '218':80,230 '4.20.1':238 'accord':242 'activ':166 'add':251 'align':168 'alway':186 'assign':126 'auto':150 'back':151 'bar':97 'bind':96 'bindcod':95 'bindsym':94 'border':58,113,118,123,208 'class':57,207 'client.background':188 'client.focused':189,191 'client.placeholder':194 'client.unfocused':192 'client.urgent':193 'config':41,47,52,62,69,71,78,82,196,202,212,219,226,228,257 'debian':244 'default':108,112,116 'didn':270 'disabl':144,147 'disable-randr15':146 'display':160 'edg':122 'enabl':17,28 'error':33,40,46,51,61,68,70,77,81,195,201,211,218,225,227,231 'exact':266,277 'exec':185,187 'expect':83 'fake':154,157 'fake-output':156 'far':11 'file':43,198,258 'float':100,103,106,117,120 'focus':128,129,134,137,163 'follow':130 'font':98 'forc':136,139,142,159 'force-xinerama':141 'forth':153 'fullscreen':184 'fyi':232 'gap':20,50,65,74,215,222,252 'hide':121 'hint':162 'i3':5,19,22,236,245 'i3-gaps':18 'inact':190 'includ':93 'inner':66,216,253 'ipc':172,175,177 'ipc-socket':174 'kill':178 'layout':111 'line':48,53,63,72,79,203,213,220,229 'love':8 'make':260 'mark':170 'maximum':104 'messag':278 'minimum':101 'mode':99 'modifi':107 'mous':131,132 'need':249 'new':114,119 'one':84 'orient':109 'outer':75,223 'output':155,158 'pixel':59,209 'popup':182 'randr15':145,148 'receiv':31,274 'resourc':92 'restart':180 'set':88,89,90 'show':169 'size':102,105 'socket':173,176 'start':2 'state':181 'timeout':179 'titl':167 'token':87 'tri':15,26 'understand':37 'urgenc':161 'use':4,235 'user/.config/i3/config':45,200 'version':237 'warp':133 'wiki':246 'window':56,115,125,165,206 'work':262,272 'workspac':110,149,171 'wrap':135,138 'xinerama':140,143"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1705412394
+visibility: "visible "
+apId: "https://lemmy.dbzer0.com/post/12408353"
+editedAt: DateTimeImmutable @1724254392 {#100
date: 2024-08-21 17:33:12.0 +02:00
}
+createdAt: DateTimeImmutable @1705348394 {#1821
date: 2024-01-15 20:53:14.0 +01:00
}
} |