Menu
notes logo[ rsapkf / notes ]
NotesAboutGitHubrsapkf.xyz
notes logo[ rsapkf / notes ]
  • Notes
  • About
  • GitHub
  • rsapkf.xyz
  • Linux
    • Linux
    • Suckless
    • Setting up a New Machine
    • Vim / Neovim
    • Emacs
    • tmux
    • git
    • Window Managers
    • Terminal Emulators
    • Shells
    • grep / ripgrep
    • Text Editors and IDEs
    • Browser
    • Hacks
  • Programming
    • Python
    • JavaScript
    • CSS / SCSS
    • HTML
  • Puzzles/Recreational Mathematics
    • Rubik's Cube
    • Martin Gardner
    • Brian Brushwood
    • Mathematics
  • Privacy
    • Privacy
    • Exporting Data
  • Miscellaneous
    • IRC
    • Websites
    • Poems
    • Quotes
    • Miscellaneous
  • Books
    • Python Tricks - Dan Bader
      • Table of Contents
      • Sample Chapter

Window Managers

dwm#

  • Write a desktop entry for dwm so that it shows up as an option in your login screen on GDM on Ubuntu:

    # /usr/share/xsessions/dwm.desktop
    [Desktop Entry]
    Encoding=UTF-8
    Name=Dwm
    Comment=Dynamic window manager
    Exec=dwm
    Icon=dwm
    Type=XSession

i3#

Xmonad#

qtile#

Edit this page
Previous
« git
Next
Terminal Emulators »
  • dwm
  • i3
  • Xmonad
  • qtile

Links

  • Linux
  • Vim
  • Tmux

Categories

  • Linux
  • Programming
  • Mathematics

  • View All Notes
  • GitHub
© 2020 rsapkf