| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
Would previously error out as such:
Opening "<file>" with Image viewer (image/jpeg)
sxiv: file://<filepath>
sxiv: No valid image file given, aborting
|
| |\ |
|
| | |
| |
| |
| |
| | |
* compiler: preconv to prevent `refer` unicode error
* compiler: fix formatting
|
| |/ |
|
| | |
|
| | |
|
| |
|
|
| |
This reverts commit 4dbff2873df8e2b13ecff74beb17c32ef3c3267a.
|
| |\ |
|
| | |
| |
| |
| | |
As described in issue #636 using wttr.in was incorerct by 16%
Now the `~/.local/share/moonphase` looks ugly, so dont look at it.
|
| |/ |
|
| | |
|
| |\ |
|
| | | |
|
| | |
| |
| |
| |
| |
| |
| |
| |
| | |
* Update transadd
When transmission daemon is closed and the user wants to add a torrent, it needs to try to add the torrent two times, the first time for opening the daemon, and the second time for adding the torrent
Removing the ampersand fix this, enabling one click for both starting the daemon and adding the torrent
* fix typo
|
| |/ |
|
| |
|
|
|
|
|
|
| |
* More precise RAM measurement and fix of memory type
* Should be KiB
kB refers to
https://en.wikipedia.org/wiki/Kibibyte
|
| | |
|
| | |
|
| | |
|
| |
|
| |
i was fiddling with the block settings and couldnt get it to display on i3 until i just added the new line. also tested on the dwm build, module acts as it should on dem with this change
|
| |
|
|
| |
statusbarinfo obsolete and deleted
|
| |
|
|
|
| |
weather module "fixed"
other minor statusbar script tweaks
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |\ |
|
| | | |
|
| | | |
|
| | | |
|
| |/ |
|
| |
|
|
|
| |
more color style and sections
with --- pre/postfixes
|
| |\ |
|
| | |
| |
| | |
changed `~/.xprofile` to `$XDG_CONFIG_HOME/xprofile`
|
| |/ |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
commit 8f7b5b2e1e0c93db6620f163e944a14558fba652
Author: MateuszOkulus <mateusz.okulus@protonmail.com>
Date: Sun Apr 26 07:23:41 2020 +0200
Fix sysact when there are multiple spaces.
commit dd0133304c55eec117c4e03f38317f332ad8970f
Author: MateuszOkulus <mateusz.okulus@protonmail.com>
Date: Sun Apr 26 07:22:55 2020 +0200
Remove trailing newline
So there is no empty selection at the end in dmenu.
commit 2ab45df225695f9c64031d52ff48d837bb9a6e72
Author: MateuszOkulus <mateusz.okulus@protonmail.com>
Date: Sun Apr 26 07:22:22 2020 +0200
Exit when escaping dmenu.
commit e8209da3e809ac830844b89e7638d695cd61240f
Author: MateuszOkulus <mateusz.okulus@protonmail.com>
Date: Sun Apr 26 07:19:18 2020 +0200
Revert "Fix sysact"
This reverts commit 90a2147c0a2463122a5f0cc3ff14de0cceb66135.
commit 8dba47f7462d04a49282be33ae9ce68eb7d8d476
Author: MateuszOkulus <mateusz.okulus@protonmail.com>
Date: Sun Apr 26 07:18:57 2020 +0200
Revert "Change tab to spaces."
This reverts commit 2e480b32ba90c793771d87d47d7273bcdc180e12.
commit 2e480b32ba90c793771d87d47d7273bcdc180e12
Author: MateuszOkulus <mateusz.okulus@protonmail.com>
Date: Sat Apr 25 11:35:55 2020 +0200
Change tab to spaces.
commit 90a2147c0a2463122a5f0cc3ff14de0cceb66135
Author: MateuszOkulus <mateusz.okulus@protonmail.com>
Date: Sat Apr 25 11:25:50 2020 +0200
Fix sysact
See #584. It now uses # so it's clearly visible.
|
| |\ |
|
| | |
| |
| |
| |
| | |
Jetbrains products (intellij Idea and pycharm) and Netbeans draws grey windows in dwm(upstream bug).
Intellij Idea will work with this two env vars. for pycharm, affected plebs may need to install the wmname tool (community repository)
|
| |/
|
|
|
|
|
|
|
|
|
|
|
| |
* $XDG_CACHE_HOME env variable
XDG compliance
* shortcut to cache directory
* Update directories
* Update directories
* Update directories
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
* Remove misleading character escape.
Everything is in single quotes, so shell will escape it correctly
without backslashes. Fixes #440.
* Remove lsblk type restriction.
* Make it possible to cancel with ESC in dmenu.
Up to now if you pressed ESC to cancel the program would just continue
with incorrect data.
|
| | |
|