This website works better with JavaScript.
Explore
Help
Sign In
vierbergenlars
/
xmonad
Watch
1
Star
0
Fork
You've already forked xmonad
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6
Commits
1
Branch
0
Tags
224 KiB
Tag:
Branch:
Tree:
8a4d508aa0
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '8a4d508aa0'
${ noResults }
xmonad
/
action-manager
/
command.sh
6 lines
96 B
Raw
Normal View
History
Unescape
Escape
Rename pulsevolume manager to action manager, and add redshift and state saving support
8 years ago
#!/bin/bash
cat /dev/stdin
|
$(
cat /dev/stdin >
"
$1
"
)
&
quit_proc
=
"
$!
"
sleep
1
kill
"
$quit_proc
"