aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #79 from dkasak/fix-shellcheck-diagnosticsRasmus Steinke2017-07-151-16/+12
|\
| * Exit if cd fails.Denis Kasak2017-07-141-1/+1
| * Remove unused variable assignments.Denis Kasak2017-07-141-3/+0
| * Remove trailing whitespace.Denis Kasak2017-07-141-2/+2
| * Remove unused variable.Denis Kasak2017-07-141-1/+0
| * Specify directory for find explicitly.Denis Kasak2017-07-141-3/+3
| * Specify -r to read to handle backslashes properly.Denis Kasak2017-07-141-1/+1
| * Remove extra $(..) to avoid executing output of shell command.Denis Kasak2017-07-141-5/+5
|/
* Merge pull request #77 from dkasak/silence-notificationsRasmus Steinke2017-07-141-1/+8
|\
| * Silence remaining notification when notify is false (ref #76)Denis Kasak2017-07-141-1/+8
* | move empty tab option to configRasmus Steinke2017-07-142-13/+13
|/
* check for notify variable. fixes #76Rasmus Steinke2017-07-061-3/+15
* remove redundant echoRasmus Steinke2017-06-221-1/+1
* remove redundant awk callRasmus Steinke2017-06-221-1/+1
* make last commit work in other modesRasmus Steinke2017-06-222-35/+35
* allow to set default autotype sequence in config fileRasmus Steinke2017-06-212-0/+5
* fix keybindings for latest rofiRasmus Steinke2017-06-071-13/+13
* disable autoselect in default config, fixes #73Rasmus Steinke2017-06-021-1/+1
* let the user enter their own setxkbmap command. more error-prone and flexible1.5.0Rasmus Steinke2017-05-212-31/+7
* better help textRasmus Steinke2017-05-211-7/+7
* better defaultsRasmus Steinke2017-05-211-4/+4
* split keyboard optionsRasmus Steinke2017-05-212-10/+30
* Merge pull request #72 from fd0/use-findRasmus Steinke2017-05-021-5/+3
|\
| * Use find instead of globstarAlexander Neumann2017-05-021-5/+3
|/
* Merge pull request #69 from fd0/disable-repeatRasmus Steinke2017-04-221-0/+24
|\
| * Add repeat disabling for remaining fieldsAlexander Neumann2017-04-221-0/+24
|/
* Merge pull request #68 from fd0/disable-repeatRasmus Steinke2017-04-221-0/+7
|\
| * Disable keyboard repeat for autopassAlexander Neumann2017-04-211-0/+7
|/
* add -kb-accept-entry "!Return" to default argumentsRasmus Steinke2017-04-091-1/+1
* Add comment about keyboard layouts and set it if user explicitly asks for itRasmus Steinke2017-03-122-1/+18
* Merge pull request #64 from moviuro/sane-defaultsRasmus Steinke2017-03-122-13/+10
|\
| * rofi-pass: use umask instead of chmod.Moviuro2017-03-121-2/+2
| * rofi-pass: some comments + newlines to let the code breatheMoviuro2017-03-121-0/+4
| * rofi-pass: don't override rofi(1)'s option as defaultMoviuro2017-03-121-1/+1
| * rofi-pass: use current username as defaultMoviuro2017-03-121-2/+2
| * README.md, rofi-pass: don't run setxkbmap(1)Moviuro2017-03-122-8/+1
|/
* try to detect keyboard layoutRasmus Steinke2017-03-112-2/+6
* mention keyboard layouts in READMERasmus Steinke2017-03-111-0/+5
* set us layout defaultRasmus Steinke2017-03-111-1/+1
* fix wrong coniditionRasmus Steinke2017-02-041-1/+1
* always ask for new nameRasmus Steinke2017-02-041-3/+1
* ask for new name if copying to same groupRasmus Steinke2017-02-041-1/+6
* Add copy to action menuRasmus Steinke2017-02-041-4/+15
* allow entering own passwordRasmus Steinke2017-02-041-4/+9
* allow entries to share passwords by referencing a password file with "#FILE=S...1.4.4Rasmus Steinke2016-12-121-0/+5
* remove -kb-accept-return. Hopefully fixes #57 without side effectsRasmus Steinke2016-12-091-6/+6
* remove accidently pushed changesRasmus Steinke2016-11-081-1/+1
* remove accidently pushed changesRasmus Steinke2016-11-081-93/+54
* remove column depRasmus Steinke2016-11-021-55/+94
* read password file into array before building fieldsRasmus Steinke2016-09-101-6/+10