Skip to content

Releases: arsham/awesomewm-config

v0.2.0

05 Jun 18:21
f37f9f1
Compare
Choose a tag to compare

Refactor

  • Keybindings: Fix deprecated moving tags
  • Keybindings: Use keygroups for tag keys
  • Keybindings: Change section names
  • Keybindings: Set consistent keys for floaters
  • Remove external hotkeys from help
  • Config: Replace variety with nitrogen
  • Keybindings: Change switching clients keys
  • Keybindings: Use append_global_keybindings
  • Rules: Split rules into modules
  • Keybindings: Split keybindings into modules
  • Config: Move configuration to config
  • Libs: Move osd into widgets
  • Widgets: Move internal.widgets to widgets
  • Libs: Move internal.lib to lib
  • Rules: Add centred placement to dialogs

Fix

  • Core: Restart awesome-sensors on load
  • Fix deprecated functions
  • Core: Fix autostarting program errors
  • Keybindings: Fix executing media control
  • Contrib: Fix delay startup before awesomewm

Style

  • Add folds
  • Remove dead code and add folds
  • Remove unused comments

Feature

  • Widgets: Add go widgets tooltips

v0.1.0

31 May 00:03
e112d7e
Compare
Choose a tag to compare

Fix

  • Autoload: Autoload asynchronously
  • Widgets: Fix thermal and fan widgets
  • Widgets: Fix dropbox widget
  • Autoload: Fix autoload setup
  • Widgets: Fix dropbox dropdown menu and icons
  • Widgets: Fix cpu and fan widgets

Feature

  • Core: Add more aggressive garbage collector
  • Makefile: Add restart target
  • Widgets: Add click to hide functionality
  • Sensors: Add test widget server
  • Widgets: Add test response widget
  • Widget: Add weather widget
  • Sensors: Add network backend
  • Sensors: Add memory backend
  • Sensors: Add gpu backend
  • Widgets: Add gpu widget
  • Sensors: Add cpu temp and fan backend
  • Contrib: Add battery sensor reading
  • Widgets: Add battery widget
  • Contrib: Add sendors backend program
  • Library: Add debug library
  • Widgets: Add battery widget
  • Add makefile
  • First usable setup

Refactor

  • Rules: Fix some rules
  • Picom: Fix picom rules
  • Git: Add libraries to gitignore
  • Keybindings: Refactor key bindings
  • Widgets: Refactor volume&brightness widgets
  • Widgets: Use go backend for network widgets
  • Widgets: Use go backend for memory widget
  • Rules: Disable slack's share notification
  • Variables: Move some vars into variables
  • Keybindings: Disable mouse wheel on desktop
  • Theme: Rearrange icon locations
  • Internal: Move libs to internal module
  • Scripts: Move the update.sh file to scripts
  • Picom: Decrease rofi's transparency

CI

  • Add linter setup