Compare commits
No commits in common. "58c7896eda2dfcca775db21170f023f39bc195ce" and "aae242b57f1e5705e140ffeb7a6e0516be7f60b6" have entirely different histories.
58c7896eda
...
aae242b57f
|
@ -28,9 +28,3 @@ function own() {
|
||||||
chmod -077 -R "${file}"
|
chmod -077 -R "${file}"
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
||||||
function _complete_own() {
|
|
||||||
_autocomplete_first_ls $(_get_users)
|
|
||||||
}
|
|
||||||
|
|
||||||
complete -F _complete_own own
|
|
||||||
|
|
|
@ -17,7 +17,7 @@ function sudo() {
|
||||||
}
|
}
|
||||||
|
|
||||||
function _complete_s() {
|
function _complete_s() {
|
||||||
_autocomplete_first $(_get_users)
|
_autocomplete "voronind" "dasha"
|
||||||
}
|
}
|
||||||
|
|
||||||
complete -F _complete_s s
|
complete -F _complete_s s
|
||||||
|
|
|
@ -131,8 +131,3 @@ function _is_root() {
|
||||||
function _bell() {
|
function _bell() {
|
||||||
echo -e '\a'
|
echo -e '\a'
|
||||||
}
|
}
|
||||||
|
|
||||||
function _get_users() {
|
|
||||||
local users=("voronind" "dasha")
|
|
||||||
echo ${users[@]}
|
|
||||||
}
|
|
||||||
|
|
|
@ -34,6 +34,3 @@ input type:keyboard {
|
||||||
xkb_layout us,ru
|
xkb_layout us,ru
|
||||||
xkb_options grp:caps_toggle,lv3:ralt_switch
|
xkb_options grp:caps_toggle,lv3:ralt_switch
|
||||||
}
|
}
|
||||||
|
|
||||||
# Hide mouse cursor after a period of inactivity.
|
|
||||||
seat seat0 hide_cursor 5000
|
|
||||||
|
|
Loading…
Reference in a new issue