about summary refs log tree commit diff stats
path: root/www/8f680026.txt
diff options
context:
space:
mode:
Diffstat (limited to 'www/8f680026.txt')
-rw-r--r--www/8f680026.txt25
1 files changed, 25 insertions, 0 deletions
diff --git a/www/8f680026.txt b/www/8f680026.txt
new file mode 100644
index 0000000..bd0a841
--- /dev/null
+++ b/www/8f680026.txt
@@ -0,0 +1,25 @@
+ID: 8f680026-76b1-47f9-9cd9-477be83e0d3b
+Title: Window managers
+Authors: Aoi Koizumi <novaburst@envs.net>
+Date: 2022-01-24T01:53:37-00:00
+Date-Edited: 2022-01-24T02:42:36+00:00
+Topics: Computing
+
+I have like, three window managers installed on my main machine running FreeBSD 13.0-R
+I'll describe my brief experiences on those below.
+
+# cwm
+Hardly know anything about it, aside from it being built-in on a OpenBSD base install. 
+Turns out it's actually pretty good, and well documented. Configuration file is also quite simple. 
+I'm just too lazy to get myself used to it.
+
+# dwm
+A window manager I once disliked alongside i3 for no reason at all, besides from extreme shilling from some of its users. 
+Only issue I had with it was because of conflicts with profanity and weechat, so I ended up recompiling it from the FreeBSD Ports tree and it uses the Win key instead of Alt. 
+It became my second-favorite window manager, and I use it as vanilla as possible, mainly to avoid it turning it to shit.
+
+# i3
+At first, just like with dwm I got very weirded out because I came from using w9wm, its perfect opposite. 
+Adapted myself quite quickly to it over time, and eventually became second nature to me. 
+It's pretty smooth from my experience. 
+At least I was looking to make more use of my keyboard, and I guess I've already achieved that with tiling window managers.
134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384