Skip to content

Philadelphia Linux User Group Meetup Tiling Windows Manager Discussion

License

Notifications You must be signed in to change notification settings

ubergarm/plug-tiling-wm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 

Repository files navigation

CC-BY-SA-4.0

Philadelphia Linux User Group Meetup Tiling Windows Manager Discussion

or

Drilling down on Linux Tiling Windows Managers from big bang to "ricing" your configuration with "dank" gaps.

Brief History of Human Machine Interfaces

  • Big Bang
  • Higgs Field Unified Field of Consciousness
  • Human Consciousness
  • Oral Language
  • Cuneiform Script
  • Abacus
  • Teletype - In the Beginning... Was the Command Line essay by Neal Stephenson.
  • Dumb Terminals (Glass TTY)
  • Smart Terminals
    • graphics cards
    • 4k monitors
    • psychophysics
  • Web Browsers
  • Mobile Devices
  • IoT
  • Cloud
  • Blockchains / Decentrialized Apps

Rhetorical Questions

  1. How do you experience Self and other?
  2. How does the left hand interface with the right hand?
  3. Correlation or Causation between Apple products and frequency of sexual activity? wired
  4. Chaos and Fractals?
  5. Will AI work for us, or will we work for AI, or will AI work for AI?

Modern Smart Terminals

  • Apple hardware with MacOS X
  • Hackintosh
  • PC Windows 10 Linux Subsystem Bash Shell (plus unofficial X server) (Direct3D)
  • Virtual Machines / Containers
  • Linux Desktop
    • X Windows (vs Mir) (OpenGL vs Vulkan)
      • Unity / GTK+ - now defunct
      • KDE / Qt
      • Gnome / GTK+
      • Lightweight / Various - custom
      • Tiling Windows Managers / Various - custom

Linux Desktops Components

DWM

Demo

Check out my system.

## ~/.xinitrc
## setup monitor and resolution
xrandr --newmode "4096x2160" 556.730  4096 4104 4136 4176  2160 2208 2216 2222 +hsync +vsync
xrandr --addmode DP-0 4096x2160
xrandr --output DP-0 --mode 4096x2160
## compositing transparency
compton -b -c -o 0.25
## pretty wallpaper
nitrogen --set-zoom-fill ~/wallpapers/jenaro-bekannt-wie-ein-bunter-hund.jpg
## sreensaver
xscreensaver -no-splash &
## status bar
while true; do
    slstatus
done &
## windows manager
exec dwm

The Upsides

  • Cool factor
  • Less cruft
  • Less mouse
  • Forces you to learn CLI tools which work across ssh terminals

The Downsides

  • Clipboards
  • Configuration
    • initial setup
    • recompiling binaries
    • wifi networks
    • package management
  • The rest of the world sends you XLSX files

Summary

Only computer hackers who have delved into the inconvenient guts of an operating system that turns their home computer into a giant pile of tinker-toys are truly liberated from the cruel manipulation of their slipshod corporate taskmasters. You know what I think makes an operating system truly great? Its ability to help me GET MY WORK DONE.

References

Silly

most interesting man meme

About

Philadelphia Linux User Group Meetup Tiling Windows Manager Discussion

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published